Html Css Color HEX #CF862B Dixie

📋 copy color: '#CF862B'

red 207 ◦ green 134 ◦ blue 43

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

Shades of Dixie #CF862B

Tints of Dixie #CF862B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 53.91%
G = 34.9%
B = 11.2%

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

#CF862B (or 0xCF862B) is known color: Dixie. HEX triplet: CF, 86 and 2B. RGB value is (207,134,43). Sum of RGB (Red+Green+Blue) = 207+134+43=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF862B is #3079D4. Grayscale: #919191. Windows color (decimal): -3176917 or 2852559. OLE color: 2852559.

HSL color Cylindrical-coordinate representation of color #CF862B: hue angle of 33.29º degrees, saturation: 0.66, 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 #CF862B is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 43 -
CMYK 0 0.35 0.79 0.19
HSL 33.29º 0.66% 0.49% -
HSV(B) 33.29º 0.79% 0.81% -
XYZ 34.69 30.49 6.34 -
YUV 145.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 207 134 43 0 0.35 0.79 0.19 33.29 0.66 0.49
Hex CF 86 2B 0 23 4F 13 21 42 31
Octal 317 206 53 0 43 117 23 41 102 61
Binary 11001111 10000110 101011 0 100011 1001111 10011 100001 1000010 110001

Color Harmonies of #CF862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF862B

Black with #CF862B

Text Example


Text Example

White with #CF862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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