Html Css Color HEX #CF8831 Dixie

📋 copy color: '#CF8831'

red 207 ◦ green 136 ◦ blue 49

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

Shades of Dixie #CF8831

Tints of Dixie #CF8831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 52.81%
G = 34.69%
B = 12.5%

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

#CF8831 (or 0xCF8831) is known color: Dixie. HEX triplet: CF, 88 and 31. RGB value is (207,136,49). Sum of RGB (Red+Green+Blue) = 207+136+49=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8831 is #3077CE. Grayscale: #939393. Windows color (decimal): -3176399 or 3246287. OLE color: 3246287.

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

Color convert

RGB 207 136 49 -
CMYK 0 0.34 0.76 0.19
HSL 33.04º 0.62% 0.5% -
HSV(B) 33.04º 0.76% 0.81% -
XYZ 35.09 31.1 7.06 -
YUV 147.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 207 136 49 0 0.34 0.76 0.19 33.04 0.62 0.5
Hex CF 88 31 0 22 4C 13 21 3E 32
Octal 317 210 61 0 42 114 23 41 76 62
Binary 11001111 10001000 110001 0 100010 1001100 10011 100001 111110 110010

Color Harmonies of #CF8831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8831

Black with #CF8831

Text Example


Text Example

White with #CF8831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8831; }

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

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

background-color css

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

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

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

border-color css

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

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

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