Html Css Color HEX #CF8931 Dixie

📋 copy color: '#CF8931'

red 207 ◦ green 137 ◦ blue 49

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

Shades of Dixie #CF8931

Tints of Dixie #CF8931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

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

R = 52.67%
G = 34.86%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8931 (or 0xCF8931) is known color: Dixie. HEX triplet: CF, 89 and 31. RGB value is (207,137,49). Sum of RGB (Red+Green+Blue) = 207+137+49=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8931 is #3076CE. Grayscale: #949494. Windows color (decimal): -3176143 or 3246543. OLE color: 3246543.

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

Color convert

RGB 207 137 49 -
CMYK 0 0.34 0.76 0.19
HSL 33.42º 0.62% 0.5% -
HSV(B) 33.42º 0.76% 0.81% -
XYZ 35.23 31.38 7.11 -
YUV 147.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 207 137 49 0 0.34 0.76 0.19 33.42 0.62 0.5
Hex CF 89 31 0 22 4C 13 21 3E 32
Octal 317 211 61 0 42 114 23 41 76 62
Binary 11001111 10001001 110001 0 100010 1001100 10011 100001 111110 110010

Color Harmonies of #CF8931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8931

Black with #CF8931

Text Example


Text Example

White with #CF8931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8931; }

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

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

background-color css

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

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

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

border-color css

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

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

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