Html Css Color HEX #CCB219 Bird Flower

📋 copy color: '#CCB219'

red 204 ◦ green 178 ◦ blue 25

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

Shades of Bird Flower #CCB219

Tints of Bird Flower #CCB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.73%

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

R = 50.12%
G = 43.73%
B = 6.14%

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

#CCB219 (or 0xCCB219) is known color: Bird Flower. HEX triplet: CC, B2 and 19. RGB value is (204,178,25). Sum of RGB (Red+Green+Blue) = 204+178+25=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB219 is #334DE6. Grayscale: #A8A8A8. Windows color (decimal): -3362279 or 1684172. OLE color: 1684172.

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

Color convert

RGB 204 178 25 -
CMYK 0 0.13 0.88 0.2
HSL 51.28º 0.78% 0.45% -
HSV(B) 51.28º 0.88% 0.8% -
XYZ 41 44.75 7.4 -
YUV 168.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 204 178 25 0 0.13 0.88 0.2 51.28 0.78 0.45
Hex CC B2 19 0 D 58 14 33 4E 2D
Octal 314 262 31 0 15 130 24 63 116 55
Binary 11001100 10110010 11001 0 1101 1011000 10100 110011 1001110 101101

Color Harmonies of #CCB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB219

Black with #CCB219

Text Example


Text Example

White with #CCB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB219; }

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

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

background-color css

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

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

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

border-color css

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

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

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