Html Css Color HEX #CF8635 Dixie

📋 copy color: '#CF8635'

red 207 ◦ green 134 ◦ blue 53

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

Shades of Dixie #CF8635

Tints of Dixie #CF8635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.45%

R = 52.54%
G = 34.01%
B = 13.45%

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

#CF8635 (or 0xCF8635) is known color: Dixie. HEX triplet: CF, 86 and 35. RGB value is (207,134,53). Sum of RGB (Red+Green+Blue) = 207+134+53=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8635 is #3079CA. Grayscale: #929292. Windows color (decimal): -3176907 or 3507919. OLE color: 3507919.

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

Color convert

RGB 207 134 53 -
CMYK 0 0.35 0.74 0.19
HSL 31.56º 0.62% 0.51% -
HSV(B) 31.56º 0.74% 0.81% -
XYZ 34.9 30.57 7.43 -
YUV 146.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 207 134 53 0 0.35 0.74 0.19 31.56 0.62 0.51
Hex CF 86 35 0 23 4A 13 20 3E 33
Octal 317 206 65 0 43 112 23 40 76 63
Binary 11001111 10000110 110101 0 100011 1001010 10011 100000 111110 110011

Color Harmonies of #CF8635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8635

Black with #CF8635

Text Example


Text Example

White with #CF8635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8635; }

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

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

background-color css

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

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

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

border-color css

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

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

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