Html Css Color HEX #CCC611 Bird Flower

📋 copy color: '#CCC611'

red 204 ◦ green 198 ◦ blue 17

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

Shades of Bird Flower #CCC611

Tints of Bird Flower #CCC611

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.26%

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

R = 48.69%
G = 47.26%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCC611 (or 0xCCC611) is known color: Bird Flower. HEX triplet: CC, C6 and 11. RGB value is (204,198,17). Sum of RGB (Red+Green+Blue) = 204+198+17=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC611 is #3339EE. Grayscale: #B3B3B3. Windows color (decimal): -3357167 or 1165004. OLE color: 1165004.

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

Color convert

RGB 204 198 17 -
CMYK 0 0.03 0.92 0.2
HSL 58.07º 0.85% 0.43% -
HSV(B) 58.07º 0.92% 0.8% -
XYZ 45.2 53.27 8.43 -
YUV 179.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 204 198 17 0 0.03 0.92 0.2 58.07 0.85 0.43
Hex CC C6 11 0 3 5C 14 3A 55 2B
Octal 314 306 21 0 3 134 24 72 125 53
Binary 11001100 11000110 10001 0 11 1011100 10100 111010 1010101 101011

Color Harmonies of #CCC611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC611

Black with #CCC611

Text Example


Text Example

White with #CCC611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC611; }

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

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

background-color css

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

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

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

border-color css

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

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

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