Html Css Color HEX #CC8A2E Dixie

📋 copy color: '#CC8A2E'

red 204 ◦ green 138 ◦ blue 46

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

Shades of Dixie #CC8A2E

Tints of Dixie #CC8A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 52.58%
G = 35.57%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC8A2E (or 0xCC8A2E) is known color: Dixie. HEX triplet: CC, 8A and 2E. RGB value is (204,138,46). Sum of RGB (Red+Green+Blue) = 204+138+46=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A2E is #3375D1. Grayscale: #939393. Windows color (decimal): -3372498 or 3050188. OLE color: 3050188.

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

Color convert

RGB 204 138 46 -
CMYK 0 0.32 0.77 0.2
HSL 34.94º 0.63% 0.49% -
HSV(B) 34.94º 0.77% 0.8% -
XYZ 34.48 31.21 6.79 -
YUV 147.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 204 138 46 0 0.32 0.77 0.2 34.94 0.63 0.49
Hex CC 8A 2E 0 20 4D 14 23 3F 31
Octal 314 212 56 0 40 115 24 43 77 61
Binary 11001100 10001010 101110 0 100000 1001101 10100 100011 111111 110001

Color Harmonies of #CC8A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A2E

Black with #CC8A2E

Text Example


Text Example

White with #CC8A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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