Html Css Color HEX #CCC016 Bird Flower

📋 copy color: '#CCC016'

red 204 ◦ green 192 ◦ blue 22

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

Shades of Bird Flower #CCC016

Tints of Bird Flower #CCC016

RGB

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

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

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

R = 48.8%
G = 45.93%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCC016 (or 0xCCC016) is known color: Bird Flower. HEX triplet: CC, C0 and 16. RGB value is (204,192,22). Sum of RGB (Red+Green+Blue) = 204+192+22=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC016 is #333FE9. Grayscale: #B0B0B0. Windows color (decimal): -3358698 or 1491148. OLE color: 1491148.

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

Color convert

RGB 204 192 22 -
CMYK 0 0.06 0.89 0.2
HSL 56.04º 0.81% 0.44% -
HSV(B) 56.04º 0.89% 0.8% -
XYZ 43.9 50.59 8.21 -
YUV 176.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 204 192 22 0 0.06 0.89 0.2 56.04 0.81 0.44
Hex CC C0 16 0 6 59 14 38 51 2C
Octal 314 300 26 0 6 131 24 70 121 54
Binary 11001100 11000000 10110 0 110 1011001 10100 111000 1010001 101100

Color Harmonies of #CCC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC016

Black with #CCC016

Text Example


Text Example

White with #CCC016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC016; }

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

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

background-color css

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

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

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

border-color css

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

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

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