Html Css Color HEX #CC882A Dixie

📋 copy color: '#CC882A'

red 204 ◦ green 136 ◦ blue 42

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

Shades of Dixie #CC882A

Tints of Dixie #CC882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 53.4%
G = 35.6%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC882A (or 0xCC882A) is known color: Dixie. HEX triplet: CC, 88 and 2A. RGB value is (204,136,42). Sum of RGB (Red+Green+Blue) = 204+136+42=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC882A is #3377D5. Grayscale: #929292. Windows color (decimal): -3373014 or 2787532. OLE color: 2787532.

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

Color convert

RGB 204 136 42 -
CMYK 0 0.33 0.79 0.2
HSL 34.81º 0.66% 0.48% -
HSV(B) 34.81º 0.79% 0.8% -
XYZ 34.12 30.61 6.3 -
YUV 145.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 204 136 42 0 0.33 0.79 0.2 34.81 0.66 0.48
Hex CC 88 2A 0 21 4F 14 23 42 30
Octal 314 210 52 0 41 117 24 43 102 60
Binary 11001100 10001000 101010 0 100001 1001111 10100 100011 1000010 110000

Color Harmonies of #CC882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC882A

Black with #CC882A

Text Example


Text Example

White with #CC882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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