Html Css Color HEX #D28423 Dixie

📋 copy color: '#D28423'

red 210 ◦ green 132 ◦ blue 35

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

Shades of Dixie #D28423

Tints of Dixie #D28423

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

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

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

R = 55.7%
G = 35.01%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D28423 (or 0xD28423) is known color: Dixie. HEX triplet: D2, 84 and 23. RGB value is (210,132,35). Sum of RGB (Red+Green+Blue) = 210+132+35=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D28423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28423 is #2D7BDC. Grayscale: #909090. Windows color (decimal): -2980829 or 2327762. OLE color: 2327762.

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

Color convert

RGB 210 132 35 -
CMYK 0 0.37 0.83 0.18
HSL 33.26º 0.71% 0.48% -
HSV(B) 33.26º 0.83% 0.82% -
XYZ 35.13 30.33 5.59 -
YUV 144.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 210 132 35 0 0.37 0.83 0.18 33.26 0.71 0.48
Hex D2 84 23 0 25 53 12 21 47 30
Octal 322 204 43 0 45 123 22 41 107 60
Binary 11010010 10000100 100011 0 100101 1010011 10010 100001 1000111 110000

Color Harmonies of #D28423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28423

Black with #D28423

Text Example


Text Example

White with #D28423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28423; }

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

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

background-color css

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

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

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

border-color css

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

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

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