Html Css Color HEX #CE8925 Dixie

📋 copy color: '#CE8925'

red 206 ◦ green 137 ◦ blue 37

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

Shades of Dixie #CE8925

Tints of Dixie #CE8925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

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

R = 54.21%
G = 36.05%
B = 9.74%

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

#CE8925 (or 0xCE8925) is known color: Dixie. HEX triplet: CE, 89 and 25. RGB value is (206,137,37). Sum of RGB (Red+Green+Blue) = 206+137+37=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8925 is #3176DA. Grayscale: #929292. Windows color (decimal): -3241691 or 2460110. OLE color: 2460110.

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

Color convert

RGB 206 137 37 -
CMYK 0 0.33 0.82 0.19
HSL 35.5º 0.7% 0.48% -
HSV(B) 35.5º 0.82% 0.81% -
XYZ 34.73 31.15 5.93 -
YUV 146.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 206 137 37 0 0.33 0.82 0.19 35.5 0.7 0.48
Hex CE 89 25 0 21 52 13 24 46 30
Octal 316 211 45 0 41 122 23 44 106 60
Binary 11001110 10001001 100101 0 100001 1010010 10011 100100 1000110 110000

Color Harmonies of #CE8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8925

Black with #CE8925

Text Example


Text Example

White with #CE8925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8925; }

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

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

background-color css

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

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

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

border-color css

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

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

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