Html Css Color HEX #CE8625 Dixie

📋 copy color: '#CE8625'

red 206 ◦ green 134 ◦ blue 37

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

Shades of Dixie #CE8625

Tints of Dixie #CE8625

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 54.64%
G = 35.54%
B = 9.81%

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

#CE8625 (or 0xCE8625) is known color: Dixie. HEX triplet: CE, 86 and 25. RGB value is (206,134,37). Sum of RGB (Red+Green+Blue) = 206+134+37=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8625 is #3179DA. Grayscale: #909090. Windows color (decimal): -3242459 or 2459342. OLE color: 2459342.

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

Color convert

RGB 206 134 37 -
CMYK 0 0.35 0.82 0.19
HSL 34.44º 0.7% 0.48% -
HSV(B) 34.44º 0.82% 0.81% -
XYZ 34.31 30.31 5.79 -
YUV 144.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 206 134 37 0 0.35 0.82 0.19 34.44 0.7 0.48
Hex CE 86 25 0 23 52 13 22 46 30
Octal 316 206 45 0 43 122 23 42 106 60
Binary 11001110 10000110 100101 0 100011 1010010 10011 100010 1000110 110000

Color Harmonies of #CE8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8625

Black with #CE8625

Text Example


Text Example

White with #CE8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8625; }

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

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

background-color css

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

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

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

border-color css

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

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

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