Html Css Color HEX #CDB019 Bird Flower

📋 copy color: '#CDB019'

red 205 ◦ green 176 ◦ blue 25

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

Shades of Bird Flower #CDB019

Tints of Bird Flower #CDB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

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

R = 50.49%
G = 43.35%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDB019 (or 0xCDB019) is known color: Bird Flower. HEX triplet: CD, B0 and 19. RGB value is (205,176,25). Sum of RGB (Red+Green+Blue) = 205+176+25=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB019 is #324FE6. Grayscale: #A8A8A8. Windows color (decimal): -3297255 or 1683661. OLE color: 1683661.

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

Color convert

RGB 205 176 25 -
CMYK 0 0.14 0.88 0.20
HSL 50.33º 0.78% 0.45% -
HSV(B) 50.33º 0.88% 0.8% -
XYZ 40.88 44.1 7.28 -
YUV 167.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 205 176 25 0 0.14 0.88 0.20 50.33 0.78 0.45
Hex CD B0 19 0 E 58 14 32 4E 2D
Octal 315 260 31 0 16 130 24 62 116 55
Binary 11001101 10110000 11001 0 1110 1011000 10100 110010 1001110 101101

Color Harmonies of #CDB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB019

Black with #CDB019

Text Example


Text Example

White with #CDB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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