Html Css Color HEX #CC802C Dixie

📋 copy color: '#CC802C'

red 204 ◦ green 128 ◦ blue 44

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

Shades of Dixie #CC802C

Tints of Dixie #CC802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 54.26%
G = 34.04%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC802C (or 0xCC802C) is known color: Dixie. HEX triplet: CC, 80 and 2C. RGB value is (204,128,44). Sum of RGB (Red+Green+Blue) = 204+128+44=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC802C is #337FD3. Grayscale: #8D8D8D. Windows color (decimal): -3375060 or 2916556. OLE color: 2916556.

HSL color Cylindrical-coordinate representation of color #CC802C: hue angle of 31.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC802C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 44 -
CMYK 0 0.37 0.78 0.2
HSL 31.5º 0.65% 0.49% -
HSV(B) 31.5º 0.78% 0.8% -
XYZ 33.08 28.46 6.13 -
YUV 141.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 204 128 44 0 0.37 0.78 0.2 31.5 0.65 0.49
Hex CC 80 2C 0 25 4E 14 1F 41 31
Octal 314 200 54 0 45 116 24 37 101 61
Binary 11001100 10000000 101100 0 100101 1001110 10100 11111 1000001 110001

Color Harmonies of #CC802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC802C

Black with #CC802C

Text Example


Text Example

White with #CC802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC802C; }

 p { color: rgb(204,128,44); }

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

background-color css

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

 a { background-color: rgb(204,128,44); }

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

border-color css

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

 span { border-color: rgb(204,128,44); }

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