Html Css Color HEX #CCC316 Bird Flower

📋 copy color: '#CCC316'

red 204 ◦ green 195 ◦ blue 22

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

Shades of Bird Flower #CCC316

Tints of Bird Flower #CCC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.32%

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

R = 48.46%
G = 46.32%
B = 5.23%

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

#CCC316 (or 0xCCC316) is known color: Bird Flower. HEX triplet: CC, C3 and 16. RGB value is (204,195,22). Sum of RGB (Red+Green+Blue) = 204+195+22=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC316 is #333CE9. Grayscale: #B2B2B2. Windows color (decimal): -3357930 or 1491916. OLE color: 1491916.

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

Color convert

RGB 204 195 22 -
CMYK 0 0.04 0.89 0.2
HSL 57.03º 0.81% 0.44% -
HSV(B) 57.03º 0.89% 0.8% -
XYZ 44.56 51.93 8.43 -
YUV 177.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 204 195 22 0 0.04 0.89 0.2 57.03 0.81 0.44
Hex CC C3 16 0 4 59 14 39 51 2C
Octal 314 303 26 0 4 131 24 71 121 54
Binary 11001100 11000011 10110 0 100 1011001 10100 111001 1010001 101100

Color Harmonies of #CCC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC316

Black with #CCC316

Text Example


Text Example

White with #CCC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC316; }

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

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

background-color css

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

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

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

border-color css

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

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

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