Html Css Color HEX #CC8B2A Dixie

📋 copy color: '#CC8B2A'

red 204 ◦ green 139 ◦ blue 42

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

Shades of Dixie #CC8B2A

Tints of Dixie #CC8B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

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

R = 52.99%
G = 36.1%
B = 10.91%

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

#CC8B2A (or 0xCC8B2A) is known color: Dixie. HEX triplet: CC, 8B and 2A. RGB value is (204,139,42). Sum of RGB (Red+Green+Blue) = 204+139+42=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B2A is #3374D5. Grayscale: #939393. Windows color (decimal): -3372246 or 2788300. OLE color: 2788300.

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

Color convert

RGB 204 139 42 -
CMYK 0 0.32 0.79 0.2
HSL 35.93º 0.66% 0.48% -
HSV(B) 35.93º 0.79% 0.8% -
XYZ 34.55 31.47 6.44 -
YUV 147.38 68.53 168.39 -
System Red Green Blue C M Y K H S L
Decimal 204 139 42 0 0.32 0.79 0.2 35.93 0.66 0.48
Hex CC 8B 2A 0 20 4F 14 24 42 30
Octal 314 213 52 0 40 117 24 44 102 60
Binary 11001100 10001011 101010 0 100000 1001111 10100 100100 1000010 110000

Color Harmonies of #CC8B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B2A

Black with #CC8B2A

Text Example


Text Example

White with #CC8B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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