Html Css Color HEX #CCC410 Bird Flower

📋 copy color: '#CCC410'

red 204 ◦ green 196 ◦ blue 16

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

Shades of Bird Flower #CCC410

Tints of Bird Flower #CCC410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 49.04%
G = 47.12%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCC410 (or 0xCCC410) is known color: Bird Flower. HEX triplet: CC, C4 and 10. RGB value is (204,196,16). Sum of RGB (Red+Green+Blue) = 204+196+16=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC410 is #333BEF. Grayscale: #B2B2B2. Windows color (decimal): -3357680 or 1098956. OLE color: 1098956.

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

Color convert

RGB 204 196 16 -
CMYK 0 0.04 0.92 0.2
HSL 57.45º 0.85% 0.43% -
HSV(B) 57.45º 0.92% 0.8% -
XYZ 44.74 52.35 8.24 -
YUV 177.87 36.65 146.64 -
System Red Green Blue C M Y K H S L
Decimal 204 196 16 0 0.04 0.92 0.2 57.45 0.85 0.43
Hex CC C4 10 0 4 5C 14 39 55 2B
Octal 314 304 20 0 4 134 24 71 125 53
Binary 11001100 11000100 10000 0 100 1011100 10100 111001 1010101 101011

Color Harmonies of #CCC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC410

Black with #CCC410

Text Example


Text Example

White with #CCC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC410; }

 p { color: rgb(204,196,16); }

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

background-color css

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

 a { background-color: rgb(204,196,16); }

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

border-color css

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

 span { border-color: rgb(204,196,16); }

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