Html Css Color HEX #CCB211 Bird Flower

📋 copy color: '#CCB211'

red 204 ◦ green 178 ◦ blue 17

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

Shades of Bird Flower #CCB211

Tints of Bird Flower #CCB211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 51.13%
G = 44.61%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB211 (or 0xCCB211) is known color: Bird Flower. HEX triplet: CC, B2 and 11. RGB value is (204,178,17). Sum of RGB (Red+Green+Blue) = 204+178+17=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB211 is #334DEE. Grayscale: #A8A8A8. Windows color (decimal): -3362287 or 1159884. OLE color: 1159884.

HSL color Cylindrical-coordinate representation of color #CCB211: hue angle of 51.66º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCB211 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 17 -
CMYK 0 0.13 0.92 0.2
HSL 51.66º 0.85% 0.43% -
HSV(B) 51.66º 0.92% 0.8% -
XYZ 40.92 44.72 7 -
YUV 167.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 204 178 17 0 0.13 0.92 0.2 51.66 0.85 0.43
Hex CC B2 11 0 D 5C 14 34 55 2B
Octal 314 262 21 0 15 134 24 64 125 53
Binary 11001100 10110010 10001 0 1101 1011100 10100 110100 1010101 101011

Color Harmonies of #CCB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB211

Black with #CCB211

Text Example


Text Example

White with #CCB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB211; }

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

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

background-color css

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

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

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

border-color css

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

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

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