Html Css Color HEX #CF842F Dixie

📋 copy color: '#CF842F'

red 207 ◦ green 132 ◦ blue 47

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

Shades of Dixie #CF842F

Tints of Dixie #CF842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

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

R = 53.63%
G = 34.2%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF842F (or 0xCF842F) is known color: Dixie. HEX triplet: CF, 84 and 2F. RGB value is (207,132,47). Sum of RGB (Red+Green+Blue) = 207+132+47=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF842F is #307BD0. Grayscale: #919191. Windows color (decimal): -3177425 or 3114191. OLE color: 3114191.

HSL color Cylindrical-coordinate representation of color #CF842F: hue angle of 31.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF842F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 47 -
CMYK 0 0.36 0.77 0.19
HSL 31.88º 0.63% 0.5% -
HSV(B) 31.88º 0.77% 0.81% -
XYZ 34.5 29.97 6.66 -
YUV 144.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 207 132 47 0 0.36 0.77 0.19 31.88 0.63 0.5
Hex CF 84 2F 0 24 4D 13 20 3F 32
Octal 317 204 57 0 44 115 23 40 77 62
Binary 11001111 10000100 101111 0 100100 1001101 10011 100000 111111 110010

Color Harmonies of #CF842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF842F

Black with #CF842F

Text Example


Text Example

White with #CF842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF842F; }

 p { color: rgb(207,132,47); }

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

background-color css

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

 a { background-color: rgb(207,132,47); }

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

border-color css

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

 span { border-color: rgb(207,132,47); }

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