Html Css Color HEX #CF8836 Dixie

📋 copy color: '#CF8836'

red 207 ◦ green 136 ◦ blue 54

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

Shades of Dixie #CF8836

Tints of Dixie #CF8836

RGB

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

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

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

R = 52.14%
G = 34.26%
B = 13.6%

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

#CF8836 (or 0xCF8836) is known color: Dixie. HEX triplet: CF, 88 and 36. RGB value is (207,136,54). Sum of RGB (Red+Green+Blue) = 207+136+54=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8836 is #3077C9. Grayscale: #949494. Windows color (decimal): -3176394 or 3573967. OLE color: 3573967.

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

Color convert

RGB 207 136 54 -
CMYK 0 0.34 0.74 0.19
HSL 32.16º 0.61% 0.51% -
HSV(B) 32.16º 0.74% 0.81% -
XYZ 35.2 31.14 7.65 -
YUV 147.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 207 136 54 0 0.34 0.74 0.19 32.16 0.61 0.51
Hex CF 88 36 0 22 4A 13 20 3D 33
Octal 317 210 66 0 42 112 23 40 75 63
Binary 11001111 10001000 110110 0 100010 1001010 10011 100000 111101 110011

Color Harmonies of #CF8836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8836

Black with #CF8836

Text Example


Text Example

White with #CF8836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8836; }

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

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

background-color css

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

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

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

border-color css

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

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

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