Html Css Color HEX #CCC616 Bird Flower

📋 copy color: '#CCC616'

red 204 ◦ green 198 ◦ blue 22

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

Shades of Bird Flower #CCC616

Tints of Bird Flower #CCC616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.19%

R = 48.11%
G = 46.7%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCC616 (or 0xCCC616) is known color: Bird Flower. HEX triplet: CC, C6 and 16. RGB value is (204,198,22). Sum of RGB (Red+Green+Blue) = 204+198+22=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC616 is #3339E9. Grayscale: #B4B4B4. Windows color (decimal): -3357162 or 1492684. OLE color: 1492684.

HSL color Cylindrical-coordinate representation of color #CCC616: hue angle of 58.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCC616 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 22 -
CMYK 0 0.03 0.89 0.2
HSL 58.02º 0.81% 0.44% -
HSV(B) 58.02º 0.89% 0.8% -
XYZ 45.24 53.28 8.66 -
YUV 179.73 38.99 145.31 -
System Red Green Blue C M Y K H S L
Decimal 204 198 22 0 0.03 0.89 0.2 58.02 0.81 0.44
Hex CC C6 16 0 3 59 14 3A 51 2C
Octal 314 306 26 0 3 131 24 72 121 54
Binary 11001100 11000110 10110 0 11 1011001 10100 111010 1010001 101100

Color Harmonies of #CCC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC616

Black with #CCC616

Text Example


Text Example

White with #CCC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC616; }

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

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

background-color css

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

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

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

border-color css

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

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

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