Html Css Color HEX #CE8725 Dixie

📋 copy color: '#CE8725'

red 206 ◦ green 135 ◦ blue 37

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

Shades of Dixie #CE8725

Tints of Dixie #CE8725

RGB

 RED value IS 206 (80.86% from 255) = 54.5%

 GREEN value IS 135 (53.13% from 255) = 35.71%

 BLUE value IS 37 (14.84% from 255) = 9.79%

R = 54.5%
G = 35.71%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8725 (or 0xCE8725) is known color: Dixie. HEX triplet: CE, 87 and 25. RGB value is (206,135,37). Sum of RGB (Red+Green+Blue) = 206+135+37=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8725 is #3178DA. Grayscale: #919191. Windows color (decimal): -3242203 or 2459598. OLE color: 2459598.

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

Color convert

RGB 206 135 37 -
CMYK 0 0.34 0.82 0.19
HSL 34.79º 0.7% 0.48% -
HSV(B) 34.79º 0.82% 0.81% -
XYZ 34.45 30.58 5.84 -
YUV 145.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 206 135 37 0 0.34 0.82 0.19 34.79 0.7 0.48
Hex CE 87 25 0 22 52 13 23 46 30
Octal 316 207 45 0 42 122 23 43 106 60
Binary 11001110 10000111 100101 0 100010 1010010 10011 100011 1000110 110000

Color Harmonies of #CE8725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8725

Black with #CE8725

Text Example


Text Example

White with #CE8725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8725; }

 p { color: rgb(206,135,37); }

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

background-color css

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

 a { background-color: rgb(206,135,37); }

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

border-color css

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

 span { border-color: rgb(206,135,37); }

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