Html Css Color HEX #CF8A31 Dixie

📋 copy color: '#CF8A31'

red 207 ◦ green 138 ◦ blue 49

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

Shades of Dixie #CF8A31

Tints of Dixie #CF8A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 52.54%
G = 35.03%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8A31 (or 0xCF8A31) is known color: Dixie. HEX triplet: CF, 8A and 31. RGB value is (207,138,49). Sum of RGB (Red+Green+Blue) = 207+138+49=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A31 is #3075CE. Grayscale: #949494. Windows color (decimal): -3175887 or 3246799. OLE color: 3246799.

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

Color convert

RGB 207 138 49 -
CMYK 0 0.33 0.76 0.19
HSL 33.8º 0.62% 0.5% -
HSV(B) 33.8º 0.76% 0.81% -
XYZ 35.37 31.66 7.15 -
YUV 148.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 207 138 49 0 0.33 0.76 0.19 33.8 0.62 0.5
Hex CF 8A 31 0 21 4C 13 22 3E 32
Octal 317 212 61 0 41 114 23 42 76 62
Binary 11001111 10001010 110001 0 100001 1001100 10011 100010 111110 110010

Color Harmonies of #CF8A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A31

Black with #CF8A31

Text Example


Text Example

White with #CF8A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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