Html Css Color HEX #CDC419 Bird Flower

📋 copy color: '#CDC419'

red 205 ◦ green 196 ◦ blue 25

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

Shades of Bird Flower #CDC419

Tints of Bird Flower #CDC419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.01%

 BLUE value IS 25 (10.16% from 255) = 5.87%

R = 48.12%
G = 46.01%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDC419 (or 0xCDC419) is known color: Bird Flower. HEX triplet: CD, C4 and 19. RGB value is (205,196,25). Sum of RGB (Red+Green+Blue) = 205+196+25=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC419 is #323BE6. Grayscale: #B3B3B3. Windows color (decimal): -3292135 or 1688781. OLE color: 1688781.

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

Color convert

RGB 205 196 25 -
CMYK 0 0.04 0.88 0.20
HSL 57º 0.78% 0.45% -
HSV(B) 57º 0.88% 0.8% -
XYZ 45.09 52.53 8.68 -
YUV 179.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 205 196 25 0 0.04 0.88 0.20 57 0.78 0.45
Hex CD C4 19 0 4 58 14 39 4E 2D
Octal 315 304 31 0 4 130 24 71 116 55
Binary 11001101 11000100 11001 0 100 1011000 10100 111001 1001110 101101

Color Harmonies of #CDC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC419

Black with #CDC419

Text Example


Text Example

White with #CDC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC419; }

 p { color: rgb(205,196,25); }

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

background-color css

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

 a { background-color: rgb(205,196,25); }

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

border-color css

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

 span { border-color: rgb(205,196,25); }

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