Html Css Color HEX #D28623 Dixie

📋 copy color: '#D28623'

red 210 ◦ green 134 ◦ blue 35

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

Shades of Dixie #D28623

Tints of Dixie #D28623

RGB

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

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

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

R = 55.41%
G = 35.36%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D28623 (or 0xD28623) is known color: Dixie. HEX triplet: D2, 86 and 23. RGB value is (210,134,35). Sum of RGB (Red+Green+Blue) = 210+134+35=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D28623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28623 is #2D79DC. Grayscale: #919191. Windows color (decimal): -2980317 or 2328274. OLE color: 2328274.

HSL color Cylindrical-coordinate representation of color #D28623: hue angle of 33.94º 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 #D28623 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 35 -
CMYK 0 0.36 0.83 0.18
HSL 33.94º 0.71% 0.48% -
HSV(B) 33.94º 0.83% 0.82% -
XYZ 35.41 30.87 5.68 -
YUV 145.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 210 134 35 0 0.36 0.83 0.18 33.94 0.71 0.48
Hex D2 86 23 0 24 53 12 22 47 30
Octal 322 206 43 0 44 123 22 42 107 60
Binary 11010010 10000110 100011 0 100100 1010011 10010 100010 1000111 110000

Color Harmonies of #D28623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28623

Black with #D28623

Text Example


Text Example

White with #D28623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28623; }

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

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

background-color css

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

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

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

border-color css

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

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

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