Html Css Color HEX #CE8325 Dixie

📋 copy color: '#CE8325'

red 206 ◦ green 131 ◦ blue 37

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

Shades of Dixie #CE8325

Tints of Dixie #CE8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

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

R = 55.08%
G = 35.03%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8325 (or 0xCE8325) is known color: Dixie. HEX triplet: CE, 83 and 25. RGB value is (206,131,37). Sum of RGB (Red+Green+Blue) = 206+131+37=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8325 is #317CDA. Grayscale: #8F8F8F. Windows color (decimal): -3243227 or 2458574. OLE color: 2458574.

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

Color convert

RGB 206 131 37 -
CMYK 0 0.36 0.82 0.19
HSL 33.37º 0.7% 0.48% -
HSV(B) 33.37º 0.82% 0.81% -
XYZ 33.9 29.49 5.66 -
YUV 142.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 206 131 37 0 0.36 0.82 0.19 33.37 0.7 0.48
Hex CE 83 25 0 24 52 13 21 46 30
Octal 316 203 45 0 44 122 23 41 106 60
Binary 11001110 10000011 100101 0 100100 1010010 10011 100001 1000110 110000

Color Harmonies of #CE8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8325

Black with #CE8325

Text Example


Text Example

White with #CE8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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