Html Css Color HEX #CF8637 Dixie

📋 copy color: '#CF8637'

red 207 ◦ green 134 ◦ blue 55

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

Shades of Dixie #CF8637

Tints of Dixie #CF8637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.89%

R = 52.27%
G = 33.84%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF8637 (or 0xCF8637) is known color: Dixie. HEX triplet: CF, 86 and 37. RGB value is (207,134,55). Sum of RGB (Red+Green+Blue) = 207+134+55=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8637 is #3079C8. Grayscale: #939393. Windows color (decimal): -3176905 or 3638991. OLE color: 3638991.

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

Color convert

RGB 207 134 55 -
CMYK 0 0.35 0.73 0.19
HSL 31.18º 0.61% 0.51% -
HSV(B) 31.18º 0.73% 0.81% -
XYZ 34.95 30.59 7.68 -
YUV 146.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 207 134 55 0 0.35 0.73 0.19 31.18 0.61 0.51
Hex CF 86 37 0 23 49 13 1F 3D 33
Octal 317 206 67 0 43 111 23 37 75 63
Binary 11001111 10000110 110111 0 100011 1001001 10011 11111 111101 110011

Color Harmonies of #CF8637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8637

Black with #CF8637

Text Example


Text Example

White with #CF8637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8637; }

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

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

background-color css

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

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

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

border-color css

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

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

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