Html Css Color HEX #CCB119 Bird Flower

📋 copy color: '#CCB119'

red 204 ◦ green 177 ◦ blue 25

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

Shades of Bird Flower #CCB119

Tints of Bird Flower #CCB119

RGB

 RED value IS 204 (80.08% from 255) = 50.25%

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

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

R = 50.25%
G = 43.6%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB119 (or 0xCCB119) is known color: Bird Flower. HEX triplet: CC, B1 and 19. RGB value is (204,177,25). Sum of RGB (Red+Green+Blue) = 204+177+25=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB119 is #334EE6. Grayscale: #A8A8A8. Windows color (decimal): -3362535 or 1683916. OLE color: 1683916.

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

Color convert

RGB 204 177 25 -
CMYK 0 0.13 0.88 0.2
HSL 50.95º 0.78% 0.45% -
HSV(B) 50.95º 0.88% 0.8% -
XYZ 40.8 44.35 7.33 -
YUV 167.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 204 177 25 0 0.13 0.88 0.2 50.95 0.78 0.45
Hex CC B1 19 0 D 58 14 33 4E 2D
Octal 314 261 31 0 15 130 24 63 116 55
Binary 11001100 10110001 11001 0 1101 1011000 10100 110011 1001110 101101

Color Harmonies of #CCB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB119

Black with #CCB119

Text Example


Text Example

White with #CCB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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