Html Css Color HEX #CE8525 Dixie

📋 copy color: '#CE8525'

red 206 ◦ green 133 ◦ blue 37

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

Shades of Dixie #CE8525

Tints of Dixie #CE8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 54.79%
G = 35.37%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8525 (or 0xCE8525) is known color: Dixie. HEX triplet: CE, 85 and 25. RGB value is (206,133,37). Sum of RGB (Red+Green+Blue) = 206+133+37=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8525 is #317ADA. Grayscale: #909090. Windows color (decimal): -3242715 or 2459086. OLE color: 2459086.

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

Color convert

RGB 206 133 37 -
CMYK 0 0.35 0.82 0.19
HSL 34.08º 0.7% 0.48% -
HSV(B) 34.08º 0.82% 0.81% -
XYZ 34.18 30.03 5.75 -
YUV 143.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 206 133 37 0 0.35 0.82 0.19 34.08 0.7 0.48
Hex CE 85 25 0 23 52 13 22 46 30
Octal 316 205 45 0 43 122 23 42 106 60
Binary 11001110 10000101 100101 0 100011 1010010 10011 100010 1000110 110000

Color Harmonies of #CE8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8525

Black with #CE8525

Text Example


Text Example

White with #CE8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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