Html Css Color HEX #CF8736 Dixie

📋 copy color: '#CF8736'

red 207 ◦ green 135 ◦ blue 54

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

Shades of Dixie #CF8736

Tints of Dixie #CF8736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

 BLUE value IS 54 (21.48% from 255) = 13.64%

R = 52.27%
G = 34.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF8736 (or 0xCF8736) is known color: Dixie. HEX triplet: CF, 87 and 36. RGB value is (207,135,54). Sum of RGB (Red+Green+Blue) = 207+135+54=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8736 is #3078C9. Grayscale: #939393. Windows color (decimal): -3176650 or 3573711. OLE color: 3573711.

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

Color convert

RGB 207 135 54 -
CMYK 0 0.35 0.74 0.19
HSL 31.76º 0.61% 0.51% -
HSV(B) 31.76º 0.74% 0.81% -
XYZ 35.06 30.86 7.6 -
YUV 147.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 207 135 54 0 0.35 0.74 0.19 31.76 0.61 0.51
Hex CF 87 36 0 23 4A 13 20 3D 33
Octal 317 207 66 0 43 112 23 40 75 63
Binary 11001111 10000111 110110 0 100011 1001010 10011 100000 111101 110011

Color Harmonies of #CF8736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8736

Black with #CF8736

Text Example


Text Example

White with #CF8736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8736; }

 p { color: rgb(207,135,54); }

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

background-color css

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

 a { background-color: rgb(207,135,54); }

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

border-color css

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

 span { border-color: rgb(207,135,54); }

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