#CDD60E

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

Shades of Bird Flower #CDD60E

Tints of Bird Flower #CDD60E

Color information

#CDD60E (or 0xCDD60E) is unknown color: approx Bird Flower. HEX triplet: CD, D6 and 0E. RGB value is (205,214,14). Sum of RGB (Red+Green+Blue) = 205+214+14=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD60E is #3229F1. Grayscale: #BDBDBD. Windows color (decimal): -3287538 or 972493. OLE color: 972493.

HSL color Cylindrical-coordinate representation of color #CDD60E: hue angle of 62.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD60E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB20521414-
CMYK0.0400.930.16
HSL62.7º87.72%44.71%-
HSV(B)62.7º93.46%83.92%-
XYZ49.361.19.61-
YUV188.5129.52139.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 214 (83.98% from 255) = 49.42%
BLUE value IS 14 (5.86% from 255) = 3.23%
R=47.34%
G=49.42%
B=3.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205214140.0400.930.1662.787.7244.71
HexCDD6E405D103f582d
Octal3153261640135207713055
Binary1100110111010110111010001011101100001111111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD60E; }

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

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

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

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

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

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

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

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