Html Css Color HEX #CF8735 Dixie

📋 copy color: '#CF8735'

red 207 ◦ green 135 ◦ blue 53

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

Shades of Dixie #CF8735

Tints of Dixie #CF8735

RGB

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

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

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

R = 52.41%
G = 34.18%
B = 13.42%

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

#CF8735 (or 0xCF8735) is known color: Dixie. HEX triplet: CF, 87 and 35. RGB value is (207,135,53). Sum of RGB (Red+Green+Blue) = 207+135+53=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8735 is #3078CA. Grayscale: #939393. Windows color (decimal): -3176651 or 3508175. OLE color: 3508175.

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

Color convert

RGB 207 135 53 -
CMYK 0 0.35 0.74 0.19
HSL 31.95º 0.62% 0.51% -
HSV(B) 31.95º 0.74% 0.81% -
XYZ 35.04 30.85 7.48 -
YUV 147.18 74.85 170.67 -
System Red Green Blue C M Y K H S L
Decimal 207 135 53 0 0.35 0.74 0.19 31.95 0.62 0.51
Hex CF 87 35 0 23 4A 13 20 3E 33
Octal 317 207 65 0 43 112 23 40 76 63
Binary 11001111 10000111 110101 0 100011 1001010 10011 100000 111110 110011

Color Harmonies of #CF8735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8735

Black with #CF8735

Text Example


Text Example

White with #CF8735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8735; }

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

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

background-color css

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

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

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

border-color css

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

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

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