Html Css Color HEX #CCC313 Bird Flower

📋 copy color: '#CCC313'

red 204 ◦ green 195 ◦ blue 19

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

Shades of Bird Flower #CCC313

Tints of Bird Flower #CCC313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.55%

R = 48.8%
G = 46.65%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCC313 (or 0xCCC313) is known color: Bird Flower. HEX triplet: CC, C3 and 13. RGB value is (204,195,19). Sum of RGB (Red+Green+Blue) = 204+195+19=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC313 is #333CEC. Grayscale: #B2B2B2. Windows color (decimal): -3357933 or 1295308. OLE color: 1295308.

HSL color Cylindrical-coordinate representation of color #CCC313: hue angle of 57.08º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCC313 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 19 -
CMYK 0 0.04 0.91 0.2
HSL 57.08º 0.83% 0.44% -
HSV(B) 57.08º 0.91% 0.8% -
XYZ 44.53 51.91 8.29 -
YUV 177.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 204 195 19 0 0.04 0.91 0.2 57.08 0.83 0.44
Hex CC C3 13 0 4 5B 14 39 53 2C
Octal 314 303 23 0 4 133 24 71 123 54
Binary 11001100 11000011 10011 0 100 1011011 10100 111001 1010011 101100

Color Harmonies of #CCC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC313

Black with #CCC313

Text Example


Text Example

White with #CCC313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC313; }

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

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

background-color css

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

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

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

border-color css

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

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

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