Html Css Color HEX #CDD205 Bird Flower

📋 copy color: '#CDD205'

red 205 ◦ green 210 ◦ blue 5

#CDD205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CDD205

Tints of Bird Flower #CDD205

RGB

 RED value IS 205 (80.47% from 255) = 48.81%

 GREEN value IS 210 (82.42% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 48.81%
G = 50%
B = 1.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#CDD205 (or 0xCDD205) is known color: Bird Flower. HEX triplet: CD, D2 and 05. RGB value is (205,210,5). Sum of RGB (Red+Green+Blue) = 205+210+5=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD205 is #322DFA. Grayscale: #B9B9B9. Windows color (decimal): -3288571 or 381645. OLE color: 381645.

HSL color Cylindrical-coordinate representation of color #CDD205: hue angle of 61.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDD205 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 5 -
CMYK 0.02 0 0.98 0.18
HSL 61.46º 0.95% 0.42% -
HSV(B) 61.46º 0.98% 0.82% -
XYZ 48.25 59.08 9 -
YUV 185.14 26.34 142.17 -
System Red Green Blue C M Y K H S L
Decimal 205 210 5 0.02 0 0.98 0.18 61.46 0.95 0.42
Hex CD D2 5 2 0 62 12 3D 5F 2A
Octal 315 322 5 2 0 142 22 75 137 52
Binary 11001101 11010010 101 10 0 1100010 10010 111101 1011111 101010

Color Harmonies of #CDD205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD205

Black with #CDD205

Text Example


Text Example

White with #CDD205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD205; }

 p { color: rgb(205,210,5); }

 H1.HeaderClassName
 {
   color: #CDD205;
 }
 .AnyTagClassName
 {
   color: #CDD205;
 }
</style>

background-color css

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

 a { background-color: rgb(205,210,5); }

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

border-color css

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

 span { border-color: rgb(205,210,5); }

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