Html Css Color HEX #CF8231 Dixie

📋 copy color: '#CF8231'

red 207 ◦ green 130 ◦ blue 49

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

Shades of Dixie #CF8231

Tints of Dixie #CF8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 53.63%
G = 33.68%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8231 (or 0xCF8231) is known color: Dixie. HEX triplet: CF, 82 and 31. RGB value is (207,130,49). Sum of RGB (Red+Green+Blue) = 207+130+49=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8231 is #307DCE. Grayscale: #909090. Windows color (decimal): -3177935 or 3244751. OLE color: 3244751.

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

Color convert

RGB 207 130 49 -
CMYK 0 0.37 0.76 0.19
HSL 30.76º 0.62% 0.5% -
HSV(B) 30.76º 0.76% 0.81% -
XYZ 34.27 29.45 6.78 -
YUV 143.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 207 130 49 0 0.37 0.76 0.19 30.76 0.62 0.5
Hex CF 82 31 0 25 4C 13 1F 3E 32
Octal 317 202 61 0 45 114 23 37 76 62
Binary 11001111 10000010 110001 0 100101 1001100 10011 11111 111110 110010

Color Harmonies of #CF8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8231

Black with #CF8231

Text Example


Text Example

White with #CF8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8231; }

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

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

background-color css

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

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

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

border-color css

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

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

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