Html Css Color HEX #CCC011 Bird Flower

📋 copy color: '#CCC011'

red 204 ◦ green 192 ◦ blue 17

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

Shades of Bird Flower #CCC011

Tints of Bird Flower #CCC011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

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

R = 49.39%
G = 46.49%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCC011 (or 0xCCC011) is known color: Bird Flower. HEX triplet: CC, C0 and 11. RGB value is (204,192,17). Sum of RGB (Red+Green+Blue) = 204+192+17=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC011 is #333FEE. Grayscale: #B0B0B0. Windows color (decimal): -3358703 or 1163468. OLE color: 1163468.

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

Color convert

RGB 204 192 17 -
CMYK 0 0.06 0.92 0.2
HSL 56.15º 0.85% 0.43% -
HSV(B) 56.15º 0.92% 0.8% -
XYZ 43.85 50.58 7.98 -
YUV 175.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 204 192 17 0 0.06 0.92 0.2 56.15 0.85 0.43
Hex CC C0 11 0 6 5C 14 38 55 2B
Octal 314 300 21 0 6 134 24 70 125 53
Binary 11001100 11000000 10001 0 110 1011100 10100 111000 1010101 101011

Color Harmonies of #CCC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC011

Black with #CCC011

Text Example


Text Example

White with #CCC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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