Html Css Color HEX #CCB611 Bird Flower

📋 copy color: '#CCB611'

red 204 ◦ green 182 ◦ blue 17

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

Shades of Bird Flower #CCB611

Tints of Bird Flower #CCB611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.16%

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

R = 50.62%
G = 45.16%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB611 (or 0xCCB611) is known color: Bird Flower. HEX triplet: CC, B6 and 11. RGB value is (204,182,17). Sum of RGB (Red+Green+Blue) = 204+182+17=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB611 is #3349EE. Grayscale: #AAAAAA. Windows color (decimal): -3361263 or 1160908. OLE color: 1160908.

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

Color convert

RGB 204 182 17 -
CMYK 0 0.11 0.92 0.2
HSL 52.94º 0.85% 0.43% -
HSV(B) 52.94º 0.92% 0.8% -
XYZ 41.73 46.33 7.27 -
YUV 169.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 204 182 17 0 0.11 0.92 0.2 52.94 0.85 0.43
Hex CC B6 11 0 B 5C 14 35 55 2B
Octal 314 266 21 0 13 134 24 65 125 53
Binary 11001100 10110110 10001 0 1011 1011100 10100 110101 1010101 101011

Color Harmonies of #CCB611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB611

Black with #CCB611

Text Example


Text Example

White with #CCB611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB611; }

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

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

background-color css

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

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

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

border-color css

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

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

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