Html Css Color HEX #CF8938 Dixie

📋 copy color: '#CF8938'

red 207 ◦ green 137 ◦ blue 56

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

Shades of Dixie #CF8938

Tints of Dixie #CF8938

RGB

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

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

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

R = 51.75%
G = 34.25%
B = 14%

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

#CF8938 (or 0xCF8938) is known color: Dixie. HEX triplet: CF, 89 and 38. RGB value is (207,137,56). Sum of RGB (Red+Green+Blue) = 207+137+56=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8938 is #3076C7. Grayscale: #959595. Windows color (decimal): -3176136 or 3705295. OLE color: 3705295.

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

Color convert

RGB 207 137 56 -
CMYK 0 0.34 0.73 0.19
HSL 32.19º 0.61% 0.52% -
HSV(B) 32.19º 0.73% 0.81% -
XYZ 35.39 31.44 7.95 -
YUV 148.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 207 137 56 0 0.34 0.73 0.19 32.19 0.61 0.52
Hex CF 89 38 0 22 49 13 20 3D 34
Octal 317 211 70 0 42 111 23 40 75 64
Binary 11001111 10001001 111000 0 100010 1001001 10011 100000 111101 110100

Color Harmonies of #CF8938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8938

Black with #CF8938

Text Example


Text Example

White with #CF8938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8938; }

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

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

background-color css

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

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

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

border-color css

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

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

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