Html Css Color HEX #CF8937 Dixie

📋 copy color: '#CF8937'

red 207 ◦ green 137 ◦ blue 55

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

Shades of Dixie #CF8937

Tints of Dixie #CF8937

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 51.88%
G = 34.34%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF8937 (or 0xCF8937) is known color: Dixie. HEX triplet: CF, 89 and 37. RGB value is (207,137,55). Sum of RGB (Red+Green+Blue) = 207+137+55=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8937 is #3076C8. Grayscale: #949494. Windows color (decimal): -3176137 or 3639759. OLE color: 3639759.

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

Color convert

RGB 207 137 55 -
CMYK 0 0.34 0.73 0.19
HSL 32.37º 0.61% 0.51% -
HSV(B) 32.37º 0.73% 0.81% -
XYZ 35.37 31.43 7.82 -
YUV 148.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 207 137 55 0 0.34 0.73 0.19 32.37 0.61 0.51
Hex CF 89 37 0 22 49 13 20 3D 33
Octal 317 211 67 0 42 111 23 40 75 63
Binary 11001111 10001001 110111 0 100010 1001001 10011 100000 111101 110011

Color Harmonies of #CF8937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8937

Black with #CF8937

Text Example


Text Example

White with #CF8937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8937; }

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

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

background-color css

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

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

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

border-color css

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

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

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