Html Css Color HEX #CC862F Dixie

📋 copy color: '#CC862F'

red 204 ◦ green 134 ◦ blue 47

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

Shades of Dixie #CC862F

Tints of Dixie #CC862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 52.99%
G = 34.81%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC862F (or 0xCC862F) is known color: Dixie. HEX triplet: CC, 86 and 2F. RGB value is (204,134,47). Sum of RGB (Red+Green+Blue) = 204+134+47=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC862F is #3379D0. Grayscale: #919191. Windows color (decimal): -3373521 or 3114700. OLE color: 3114700.

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

Color convert

RGB 204 134 47 -
CMYK 0 0.34 0.77 0.2
HSL 33.25º 0.63% 0.49% -
HSV(B) 33.25º 0.77% 0.8% -
XYZ 33.94 30.09 6.71 -
YUV 145.01 72.69 170.07 -
System Red Green Blue C M Y K H S L
Decimal 204 134 47 0 0.34 0.77 0.2 33.25 0.63 0.49
Hex CC 86 2F 0 22 4D 14 21 3F 31
Octal 314 206 57 0 42 115 24 41 77 61
Binary 11001100 10000110 101111 0 100010 1001101 10100 100001 111111 110001

Color Harmonies of #CC862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC862F

Black with #CC862F

Text Example


Text Example

White with #CC862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC862F; }

 p { color: rgb(204,134,47); }

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

background-color css

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

 a { background-color: rgb(204,134,47); }

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

border-color css

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

 span { border-color: rgb(204,134,47); }

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