Html Css Color HEX #CCC215 Bird Flower

📋 copy color: '#CCC215'

red 204 ◦ green 194 ◦ blue 21

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

Shades of Bird Flower #CCC215

Tints of Bird Flower #CCC215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 21 (8.59% from 255) = 5.01%

R = 48.69%
G = 46.3%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC215 (or 0xCCC215) is known color: Bird Flower. HEX triplet: CC, C2 and 15. RGB value is (204,194,21). Sum of RGB (Red+Green+Blue) = 204+194+21=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC215 is #333DEA. Grayscale: #B1B1B1. Windows color (decimal): -3358187 or 1426124. OLE color: 1426124.

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

Color convert

RGB 204 194 21 -
CMYK 0 0.05 0.90 0.2
HSL 56.72º 0.81% 0.44% -
HSV(B) 56.72º 0.9% 0.8% -
XYZ 44.33 51.48 8.31 -
YUV 177.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 204 194 21 0 0.05 0.90 0.2 56.72 0.81 0.44
Hex CC C2 15 0 5 5A 14 39 51 2C
Octal 314 302 25 0 5 132 24 71 121 54
Binary 11001100 11000010 10101 0 101 1011010 10100 111001 1010001 101100

Color Harmonies of #CCC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC215

Black with #CCC215

Text Example


Text Example

White with #CCC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC215; }

 p { color: rgb(204,194,21); }

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

background-color css

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

 a { background-color: rgb(204,194,21); }

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

border-color css

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

 span { border-color: rgb(204,194,21); }

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