Html Css Color HEX #CCC416 Bird Flower

📋 copy color: '#CCC416'

red 204 ◦ green 196 ◦ blue 22

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

Shades of Bird Flower #CCC416

Tints of Bird Flower #CCC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 48.34%
G = 46.45%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCC416 (or 0xCCC416) is known color: Bird Flower. HEX triplet: CC, C4 and 16. RGB value is (204,196,22). Sum of RGB (Red+Green+Blue) = 204+196+22=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC416 is #333BE9. Grayscale: #B3B3B3. Windows color (decimal): -3357674 or 1492172. OLE color: 1492172.

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

Color convert

RGB 204 196 22 -
CMYK 0 0.04 0.89 0.2
HSL 57.36º 0.81% 0.44% -
HSV(B) 57.36º 0.89% 0.8% -
XYZ 44.79 52.38 8.51 -
YUV 178.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 204 196 22 0 0.04 0.89 0.2 57.36 0.81 0.44
Hex CC C4 16 0 4 59 14 39 51 2C
Octal 314 304 26 0 4 131 24 71 121 54
Binary 11001100 11000100 10110 0 100 1011001 10100 111001 1010001 101100

Color Harmonies of #CCC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC416

Black with #CCC416

Text Example


Text Example

White with #CCC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC416; }

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

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

background-color css

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

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

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

border-color css

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

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

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