Html Css Color HEX #CE8B25 Dixie

📋 copy color: '#CE8B25'

red 206 ◦ green 139 ◦ blue 37

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

Shades of Dixie #CE8B25

Tints of Dixie #CE8B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

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

R = 53.93%
G = 36.39%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8B25 (or 0xCE8B25) is known color: Dixie. HEX triplet: CE, 8B and 25. RGB value is (206,139,37). Sum of RGB (Red+Green+Blue) = 206+139+37=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B25 is #3174DA. Grayscale: #939393. Windows color (decimal): -3241179 or 2460622. OLE color: 2460622.

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

Color convert

RGB 206 139 37 -
CMYK 0 0.33 0.82 0.19
HSL 36.21º 0.7% 0.48% -
HSV(B) 36.21º 0.82% 0.81% -
XYZ 35.02 31.72 6.03 -
YUV 147.41 65.7 169.79 -
System Red Green Blue C M Y K H S L
Decimal 206 139 37 0 0.33 0.82 0.19 36.21 0.7 0.48
Hex CE 8B 25 0 21 52 13 24 46 30
Octal 316 213 45 0 41 122 23 44 106 60
Binary 11001110 10001011 100101 0 100001 1010010 10011 100100 1000110 110000

Color Harmonies of #CE8B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B25

Black with #CE8B25

Text Example


Text Example

White with #CE8B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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