Html Css Color HEX #CC802A Dixie

📋 copy color: '#CC802A'

red 204 ◦ green 128 ◦ blue 42

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

Shades of Dixie #CC802A

Tints of Dixie #CC802A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 54.55%
G = 34.22%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC802A (or 0xCC802A) is known color: Dixie. HEX triplet: CC, 80 and 2A. RGB value is (204,128,42). Sum of RGB (Red+Green+Blue) = 204+128+42=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC802A is #337FD5. Grayscale: #8D8D8D. Windows color (decimal): -3375062 or 2785484. OLE color: 2785484.

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

Color convert

RGB 204 128 42 -
CMYK 0 0.37 0.79 0.2
HSL 31.85º 0.66% 0.48% -
HSV(B) 31.85º 0.79% 0.8% -
XYZ 33.04 28.44 5.94 -
YUV 140.92 72.18 172.99 -
System Red Green Blue C M Y K H S L
Decimal 204 128 42 0 0.37 0.79 0.2 31.85 0.66 0.48
Hex CC 80 2A 0 25 4F 14 20 42 30
Octal 314 200 52 0 45 117 24 40 102 60
Binary 11001100 10000000 101010 0 100101 1001111 10100 100000 1000010 110000

Color Harmonies of #CC802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC802A

Black with #CC802A

Text Example


Text Example

White with #CC802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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