Html Css Color HEX #D38933 Dixie

📋 copy color: '#D38933'

red 211 ◦ green 137 ◦ blue 51

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

Shades of Dixie #D38933

Tints of Dixie #D38933

RGB

 RED value IS 211 (82.81% from 255) = 52.88%

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

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

R = 52.88%
G = 34.34%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D38933 (or 0xD38933) is known color: Dixie. HEX triplet: D3, 89 and 33. RGB value is (211,137,51). Sum of RGB (Red+Green+Blue) = 211+137+51=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D38933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38933 is #2C76CC. Grayscale: #959595. Windows color (decimal): -2913997 or 3377619. OLE color: 3377619.

HSL color Cylindrical-coordinate representation of color #D38933: hue angle of 32.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D38933 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 51 -
CMYK 0 0.35 0.76 0.17
HSL 32.25º 0.65% 0.51% -
HSV(B) 32.25º 0.76% 0.83% -
XYZ 36.41 31.98 7.39 -
YUV 149.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 211 137 51 0 0.35 0.76 0.17 32.25 0.65 0.51
Hex D3 89 33 0 23 4C 11 20 41 33
Octal 323 211 63 0 43 114 21 40 101 63
Binary 11010011 10001001 110011 0 100011 1001100 10001 100000 1000001 110011

Color Harmonies of #D38933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38933

Black with #D38933

Text Example


Text Example

White with #D38933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38933; }

 p { color: rgb(211,137,51); }

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

background-color css

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

 a { background-color: rgb(211,137,51); }

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

border-color css

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

 span { border-color: rgb(211,137,51); }

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