Html Css Color HEX #CDC519 Bird Flower

📋 copy color: '#CDC519'

red 205 ◦ green 197 ◦ blue 25

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

Shades of Bird Flower #CDC519

Tints of Bird Flower #CDC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.14%

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

R = 48.01%
G = 46.14%
B = 5.85%

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

#CDC519 (or 0xCDC519) is known color: Bird Flower. HEX triplet: CD, C5 and 19. RGB value is (205,197,25). Sum of RGB (Red+Green+Blue) = 205+197+25=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC519 is #323AE6. Grayscale: #B4B4B4. Windows color (decimal): -3291879 or 1689037. OLE color: 1689037.

HSL color Cylindrical-coordinate representation of color #CDC519: hue angle of 57.33º 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 #CDC519 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 25 -
CMYK 0 0.04 0.88 0.20
HSL 57.33º 0.78% 0.45% -
HSV(B) 57.33º 0.88% 0.8% -
XYZ 45.32 52.98 8.76 -
YUV 179.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 205 197 25 0 0.04 0.88 0.20 57.33 0.78 0.45
Hex CD C5 19 0 4 58 14 39 4E 2D
Octal 315 305 31 0 4 130 24 71 116 55
Binary 11001101 11000101 11001 0 100 1011000 10100 111001 1001110 101101

Color Harmonies of #CDC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC519

Black with #CDC519

Text Example


Text Example

White with #CDC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC519; }

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

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

background-color css

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

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

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

border-color css

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

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

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