Html Css Color HEX #D38423 Dixie

📋 copy color: '#D38423'

red 211 ◦ green 132 ◦ blue 35

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

Shades of Dixie #D38423

Tints of Dixie #D38423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.92%

 BLUE value IS 35 (14.06% from 255) = 9.26%

R = 55.82%
G = 34.92%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D38423 (or 0xD38423) is known color: Dixie. HEX triplet: D3, 84 and 23. RGB value is (211,132,35). Sum of RGB (Red+Green+Blue) = 211+132+35=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D38423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38423 is #2C7BDC. Grayscale: #919191. Windows color (decimal): -2915293 or 2327763. OLE color: 2327763.

HSL color Cylindrical-coordinate representation of color #D38423: hue angle of 33.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D38423 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 35 -
CMYK 0 0.37 0.83 0.17
HSL 33.07º 0.72% 0.48% -
HSV(B) 33.07º 0.83% 0.83% -
XYZ 35.42 30.47 5.61 -
YUV 144.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 211 132 35 0 0.37 0.83 0.17 33.07 0.72 0.48
Hex D3 84 23 0 25 53 11 21 48 30
Octal 323 204 43 0 45 123 21 41 110 60
Binary 11010011 10000100 100011 0 100101 1010011 10001 100001 1001000 110000

Color Harmonies of #D38423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38423

Black with #D38423

Text Example


Text Example

White with #D38423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38423; }

 p { color: rgb(211,132,35); }

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

background-color css

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

 a { background-color: rgb(211,132,35); }

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

border-color css

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

 span { border-color: rgb(211,132,35); }

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