Html Css Color HEX #CF8838 Dixie

📋 copy color: '#CF8838'

red 207 ◦ green 136 ◦ blue 56

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

Shades of Dixie #CF8838

Tints of Dixie #CF8838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.04%

R = 51.88%
G = 34.09%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF8838 (or 0xCF8838) is known color: Dixie. HEX triplet: CF, 88 and 38. RGB value is (207,136,56). Sum of RGB (Red+Green+Blue) = 207+136+56=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8838 is #3077C7. Grayscale: #949494. Windows color (decimal): -3176392 or 3705039. OLE color: 3705039.

HSL color Cylindrical-coordinate representation of color #CF8838: hue angle of 31.79º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF8838 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 56 -
CMYK 0 0.34 0.73 0.19
HSL 31.79º 0.61% 0.52% -
HSV(B) 31.79º 0.73% 0.81% -
XYZ 35.25 31.16 7.9 -
YUV 148.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 207 136 56 0 0.34 0.73 0.19 31.79 0.61 0.52
Hex CF 88 38 0 22 49 13 20 3D 34
Octal 317 210 70 0 42 111 23 40 75 64
Binary 11001111 10001000 111000 0 100010 1001001 10011 100000 111101 110100

Color Harmonies of #CF8838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8838

Black with #CF8838

Text Example


Text Example

White with #CF8838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8838; }

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

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

background-color css

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

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

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

border-color css

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

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

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