Html Css Color HEX #CF862C Dixie

📋 copy color: '#CF862C'

red 207 ◦ green 134 ◦ blue 44

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

Shades of Dixie #CF862C

Tints of Dixie #CF862C

RGB

 RED value IS 207 (81.25% from 255) = 53.77%

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

 BLUE value IS 44 (17.58% from 255) = 11.43%

R = 53.77%
G = 34.81%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF862C (or 0xCF862C) is known color: Dixie. HEX triplet: CF, 86 and 2C. RGB value is (207,134,44). Sum of RGB (Red+Green+Blue) = 207+134+44=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF862C is #3079D3. Grayscale: #929292. Windows color (decimal): -3176916 or 2918095. OLE color: 2918095.

HSL color Cylindrical-coordinate representation of color #CF862C: hue angle of 33.13º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF862C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 44 -
CMYK 0 0.35 0.79 0.19
HSL 33.13º 0.65% 0.49% -
HSV(B) 33.13º 0.79% 0.81% -
XYZ 34.71 30.5 6.44 -
YUV 145.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 207 134 44 0 0.35 0.79 0.19 33.13 0.65 0.49
Hex CF 86 2C 0 23 4F 13 21 41 31
Octal 317 206 54 0 43 117 23 41 101 61
Binary 11001111 10000110 101100 0 100011 1001111 10011 100001 1000001 110001

Color Harmonies of #CF862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF862C

Black with #CF862C

Text Example


Text Example

White with #CF862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF862C; }

 p { color: rgb(207,134,44); }

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

background-color css

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

 a { background-color: rgb(207,134,44); }

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

border-color css

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

 span { border-color: rgb(207,134,44); }

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