Html Css Color HEX #CDC719 Bird Flower

📋 copy color: '#CDC719'

red 205 ◦ green 199 ◦ blue 25

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

Shades of Bird Flower #CDC719

Tints of Bird Flower #CDC719

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

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

R = 47.79%
G = 46.39%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDC719 (or 0xCDC719) is known color: Bird Flower. HEX triplet: CD, C7 and 19. RGB value is (205,199,25). Sum of RGB (Red+Green+Blue) = 205+199+25=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC719 is #3238E6. Grayscale: #B5B5B5. Windows color (decimal): -3291367 or 1689549. OLE color: 1689549.

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

Color convert

RGB 205 199 25 -
CMYK 0 0.03 0.88 0.20
HSL 58º 0.78% 0.45% -
HSV(B) 58º 0.88% 0.8% -
XYZ 45.78 53.9 8.91 -
YUV 180.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 205 199 25 0 0.03 0.88 0.20 58 0.78 0.45
Hex CD C7 19 0 3 58 14 3A 4E 2D
Octal 315 307 31 0 3 130 24 72 116 55
Binary 11001101 11000111 11001 0 11 1011000 10100 111010 1001110 101101

Color Harmonies of #CDC719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC719

Black with #CDC719

Text Example


Text Example

White with #CDC719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC719; }

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

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

background-color css

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

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

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

border-color css

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

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

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