Html Css Color HEX #CF8731 Dixie

📋 copy color: '#CF8731'

red 207 ◦ green 135 ◦ blue 49

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

Shades of Dixie #CF8731

Tints of Dixie #CF8731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.53%

R = 52.94%
G = 34.53%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8731 (or 0xCF8731) is known color: Dixie. HEX triplet: CF, 87 and 31. RGB value is (207,135,49). Sum of RGB (Red+Green+Blue) = 207+135+49=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8731 is #3078CE. Grayscale: #939393. Windows color (decimal): -3176655 or 3246031. OLE color: 3246031.

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

Color convert

RGB 207 135 49 -
CMYK 0 0.35 0.76 0.19
HSL 32.66º 0.62% 0.5% -
HSV(B) 32.66º 0.76% 0.81% -
XYZ 34.95 30.82 7.01 -
YUV 146.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 207 135 49 0 0.35 0.76 0.19 32.66 0.62 0.5
Hex CF 87 31 0 23 4C 13 21 3E 32
Octal 317 207 61 0 43 114 23 41 76 62
Binary 11001111 10000111 110001 0 100011 1001100 10011 100001 111110 110010

Color Harmonies of #CF8731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8731

Black with #CF8731

Text Example


Text Example

White with #CF8731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8731; }

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

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

background-color css

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

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

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

border-color css

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

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

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