Html Css Color HEX #CC8A2A Dixie

📋 copy color: '#CC8A2A'

red 204 ◦ green 138 ◦ blue 42

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

Shades of Dixie #CC8A2A

Tints of Dixie #CC8A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

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

R = 53.13%
G = 35.94%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC8A2A (or 0xCC8A2A) is known color: Dixie. HEX triplet: CC, 8A and 2A. RGB value is (204,138,42). Sum of RGB (Red+Green+Blue) = 204+138+42=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A2A is #3375D5. Grayscale: #939393. Windows color (decimal): -3372502 or 2788044. OLE color: 2788044.

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

Color convert

RGB 204 138 42 -
CMYK 0 0.32 0.79 0.2
HSL 35.56º 0.66% 0.48% -
HSV(B) 35.56º 0.79% 0.8% -
XYZ 34.41 31.18 6.4 -
YUV 146.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 204 138 42 0 0.32 0.79 0.2 35.56 0.66 0.48
Hex CC 8A 2A 0 20 4F 14 24 42 30
Octal 314 212 52 0 40 117 24 44 102 60
Binary 11001100 10001010 101010 0 100000 1001111 10100 100100 1000010 110000

Color Harmonies of #CC8A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A2A

Black with #CC8A2A

Text Example


Text Example

White with #CC8A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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