Html Css Color HEX #CDB119 Bird Flower

📋 copy color: '#CDB119'

red 205 ◦ green 177 ◦ blue 25

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

Shades of Bird Flower #CDB119

Tints of Bird Flower #CDB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

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

R = 50.37%
G = 43.49%
B = 6.14%

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

#CDB119 (or 0xCDB119) is known color: Bird Flower. HEX triplet: CD, B1 and 19. RGB value is (205,177,25). Sum of RGB (Red+Green+Blue) = 205+177+25=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB119 is #324EE6. Grayscale: #A8A8A8. Windows color (decimal): -3296999 or 1683917. OLE color: 1683917.

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

Color convert

RGB 205 177 25 -
CMYK 0 0.14 0.88 0.20
HSL 50.67º 0.78% 0.45% -
HSV(B) 50.67º 0.88% 0.8% -
XYZ 41.07 44.49 7.34 -
YUV 168.04 47.28 154.36 -
System Red Green Blue C M Y K H S L
Decimal 205 177 25 0 0.14 0.88 0.20 50.67 0.78 0.45
Hex CD B1 19 0 E 58 14 33 4E 2D
Octal 315 261 31 0 16 130 24 63 116 55
Binary 11001101 10110001 11001 0 1110 1011000 10100 110011 1001110 101101

Color Harmonies of #CDB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB119

Black with #CDB119

Text Example


Text Example

White with #CDB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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