Html Css Color HEX #CCC315 Bird Flower

📋 copy color: '#CCC315'

red 204 ◦ green 195 ◦ blue 21

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

Shades of Bird Flower #CCC315

Tints of Bird Flower #CCC315

RGB

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

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

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

R = 48.57%
G = 46.43%
B = 5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC315 (or 0xCCC315) is known color: Bird Flower. HEX triplet: CC, C3 and 15. RGB value is (204,195,21). Sum of RGB (Red+Green+Blue) = 204+195+21=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC315 is #333CEA. Grayscale: #B2B2B2. Windows color (decimal): -3357931 or 1426380. OLE color: 1426380.

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

Color convert

RGB 204 195 21 -
CMYK 0 0.04 0.90 0.2
HSL 57.05º 0.81% 0.44% -
HSV(B) 57.05º 0.9% 0.8% -
XYZ 44.55 51.92 8.38 -
YUV 177.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 204 195 21 0 0.04 0.90 0.2 57.05 0.81 0.44
Hex CC C3 15 0 4 5A 14 39 51 2C
Octal 314 303 25 0 4 132 24 71 121 54
Binary 11001100 11000011 10101 0 100 1011010 10100 111001 1010001 101100

Color Harmonies of #CCC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC315

Black with #CCC315

Text Example


Text Example

White with #CCC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC315; }

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

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

background-color css

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

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

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

border-color css

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

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

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