#CDC90D

Color #CDC90D Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDC90D

Tints of Bird Flower #CDC90D

Color information

#CDC90D (or 0xCDC90D) is unknown color: approx Bird Flower. HEX triplet: CD, C9 and 0D. RGB value is (205,201,13). Sum of RGB (Red+Green+Blue) = 205+201+13=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC90D is #3236F2. Grayscale: #B5B5B5. Windows color (decimal): -3290867 or 903629. OLE color: 903629.

HSL color Cylindrical-coordinate representation of color #CDC90D: hue angle of 58.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDC90D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB20520113-
CMYK00.020.940.20
HSL58.75º88.07%42.75%-
HSV(B)58.75º93.66%80.39%-
XYZ46.1454.788.52-
YUV180.7633.33145.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 201 (78.91% from 255) = 47.97%
BLUE value IS 13 (5.47% from 255) = 3.10%
R=48.93%
G=47.97%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052011300.020.940.2058.7588.0742.75
HexCDC9D025E143b582b
Octal3153111502136247313053
Binary110011011100100111010101011110101001110111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC90D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC90D; }

 p { color: rgb(205,201,13); }

 H1.HeaderClassName
 {
   color: #CDC90D;
 }
 .AnyTagClassName
 {
   color: #CDC90D;
 }
</style>
background-color css

<style>
 a { background-color: #CDC90D; }

 a { background-color: rgb(205,201,13); }

 div.DivClassName
 {
   background-color: #CDC90D;
 }
 .BgClassName
 {
   background-color: #CDC90D;
 }
</style>
border-color css

<style>
 span { border-color: #CDC90D; }

 span { border-color: rgb(205,201,13); }

 td.TdClassName
 {
   border-color: #CDC90D;
 }
 .TagClassName
 {
   border-color: #CDC90D;
 }
</style>