Html Css Color HEX #CF8936 Dixie

📋 copy color: '#CF8936'

red 207 ◦ green 137 ◦ blue 54

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

Shades of Dixie #CF8936

Tints of Dixie #CF8936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.57%

R = 52.01%
G = 34.42%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF8936 (or 0xCF8936) is known color: Dixie. HEX triplet: CF, 89 and 36. RGB value is (207,137,54). Sum of RGB (Red+Green+Blue) = 207+137+54=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8936 is #3076C9. Grayscale: #949494. Windows color (decimal): -3176138 or 3574223. OLE color: 3574223.

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

Color convert

RGB 207 137 54 -
CMYK 0 0.34 0.74 0.19
HSL 32.55º 0.61% 0.51% -
HSV(B) 32.55º 0.74% 0.81% -
XYZ 35.34 31.42 7.69 -
YUV 148.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 207 137 54 0 0.34 0.74 0.19 32.55 0.61 0.51
Hex CF 89 36 0 22 4A 13 21 3D 33
Octal 317 211 66 0 42 112 23 41 75 63
Binary 11001111 10001001 110110 0 100010 1001010 10011 100001 111101 110011

Color Harmonies of #CF8936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8936

Black with #CF8936

Text Example


Text Example

White with #CF8936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8936; }

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

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

background-color css

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

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

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

border-color css

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

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

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