#CDC90E

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

Shades of Bird Flower #CDC90E

Tints of Bird Flower #CDC90E

Color information

#CDC90E (or 0xCDC90E) is unknown color: approx Bird Flower. HEX triplet: CD, C9 and 0E. RGB value is (205,201,14). Sum of RGB (Red+Green+Blue) = 205+201+14=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC90E is #3236F1. Grayscale: #B5B5B5. Windows color (decimal): -3290866 or 969165. OLE color: 969165.

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

Color convert

RGB20520114-
CMYK00.020.930.20
HSL58.74º87.21%42.94%-
HSV(B)58.74º93.17%80.39%-
XYZ46.1454.788.56-
YUV180.8833.83145.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 201 (78.91% from 255) = 47.86%
BLUE value IS 14 (5.86% from 255) = 3.33%
R=48.81%
G=47.86%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052011400.020.930.2058.7487.2142.94
HexCDC9E025D143b572b
Octal3153111602135247312753
Binary110011011100100111100101011101101001110111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC90E; }

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

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

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

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

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

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

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

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