Html Css Color HEX #D58633 Dixie

📋 copy color: '#D58633'

red 213 ◦ green 134 ◦ blue 51

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

Shades of Dixie #D58633

Tints of Dixie #D58633

RGB

 RED value IS 213 (83.59% from 255) = 53.52%

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

 BLUE value IS 51 (20.31% from 255) = 12.81%

R = 53.52%
G = 33.67%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D58633 (or 0xD58633) is known color: Dixie. HEX triplet: D5, 86 and 33. RGB value is (213,134,51). Sum of RGB (Red+Green+Blue) = 213+134+51=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58633 is #2A79CC. Grayscale: #949494. Windows color (decimal): -2783693 or 3376853. OLE color: 3376853.

HSL color Cylindrical-coordinate representation of color #D58633: hue angle of 30.74º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D58633 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 51 -
CMYK 0 0.37 0.76 0.16
HSL 30.74º 0.66% 0.52% -
HSV(B) 30.74º 0.76% 0.84% -
XYZ 36.56 31.44 7.27 -
YUV 148.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 213 134 51 0 0.37 0.76 0.16 30.74 0.66 0.52
Hex D5 86 33 0 25 4C 10 1F 42 34
Octal 325 206 63 0 45 114 20 37 102 64
Binary 11010101 10000110 110011 0 100101 1001100 10000 11111 1000010 110100

Color Harmonies of #D58633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58633

Black with #D58633

Text Example


Text Example

White with #D58633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58633; }

 p { color: rgb(213,134,51); }

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

background-color css

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

 a { background-color: rgb(213,134,51); }

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

border-color css

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

 span { border-color: rgb(213,134,51); }

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