Html Css Color HEX #CDD604 Bird Flower

📋 copy color: '#CDD604'

red 205 ◦ green 214 ◦ blue 4

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

Shades of Bird Flower #CDD604

Tints of Bird Flower #CDD604

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.59%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 48.46%
G = 50.59%
B = 0.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CDD604 (or 0xCDD604) is known color: Bird Flower. HEX triplet: CD, D6 and 04. RGB value is (205,214,4). Sum of RGB (Red+Green+Blue) = 205+214+4=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD604 is #3229FB. Grayscale: #BCBCBC. Windows color (decimal): -3287548 or 317133. OLE color: 317133.

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

Color convert

RGB 205 214 4 -
CMYK 0.04 0 0.98 0.16
HSL 62.57º 0.96% 0.43% -
HSV(B) 62.57º 0.98% 0.84% -
XYZ 49.25 61.08 9.31 -
YUV 187.37 24.52 140.58 -
System Red Green Blue C M Y K H S L
Decimal 205 214 4 0.04 0 0.98 0.16 62.57 0.96 0.43
Hex CD D6 4 4 0 62 10 3F 60 2B
Octal 315 326 4 4 0 142 20 77 140 53
Binary 11001101 11010110 100 100 0 1100010 10000 111111 1100000 101011

Color Harmonies of #CDD604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD604

Black with #CDD604

Text Example


Text Example

White with #CDD604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD604; }

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

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

background-color css

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

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

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

border-color css

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

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

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