Html Css Color HEX #CC802B Dixie

📋 copy color: '#CC802B'

red 204 ◦ green 128 ◦ blue 43

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

Shades of Dixie #CC802B

Tints of Dixie #CC802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 54.4%
G = 34.13%
B = 11.47%

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

#CC802B (or 0xCC802B) is known color: Dixie. HEX triplet: CC, 80 and 2B. RGB value is (204,128,43). Sum of RGB (Red+Green+Blue) = 204+128+43=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC802B is #337FD4. Grayscale: #8D8D8D. Windows color (decimal): -3375061 or 2851020. OLE color: 2851020.

HSL color Cylindrical-coordinate representation of color #CC802B: hue angle of 31.68º degrees, saturation: 0.65, 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 #CC802B is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 43 -
CMYK 0 0.37 0.79 0.2
HSL 31.68º 0.65% 0.48% -
HSV(B) 31.68º 0.79% 0.8% -
XYZ 33.06 28.45 6.03 -
YUV 141.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 204 128 43 0 0.37 0.79 0.2 31.68 0.65 0.48
Hex CC 80 2B 0 25 4F 14 20 41 30
Octal 314 200 53 0 45 117 24 40 101 60
Binary 11001100 10000000 101011 0 100101 1001111 10100 100000 1000001 110000

Color Harmonies of #CC802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC802B

Black with #CC802B

Text Example


Text Example

White with #CC802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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