Html Css Color HEX #D28433 Dixie

📋 copy color: '#D28433'

red 210 ◦ green 132 ◦ blue 51

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

Shades of Dixie #D28433

Tints of Dixie #D28433

RGB

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

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

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

R = 53.44%
G = 33.59%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D28433 (or 0xD28433) is known color: Dixie. HEX triplet: D2, 84 and 33. RGB value is (210,132,51). Sum of RGB (Red+Green+Blue) = 210+132+51=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28433 is #2D7BCC. Grayscale: #929292. Windows color (decimal): -2980813 or 3376338. OLE color: 3376338.

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

Color convert

RGB 210 132 51 -
CMYK 0 0.37 0.76 0.18
HSL 30.57º 0.64% 0.51% -
HSV(B) 30.57º 0.76% 0.82% -
XYZ 35.43 30.44 7.14 -
YUV 146.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 210 132 51 0 0.37 0.76 0.18 30.57 0.64 0.51
Hex D2 84 33 0 25 4C 12 1F 40 33
Octal 322 204 63 0 45 114 22 37 100 63
Binary 11010010 10000100 110011 0 100101 1001100 10010 11111 1000000 110011

Color Harmonies of #D28433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28433

Black with #D28433

Text Example


Text Example

White with #D28433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28433; }

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

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

background-color css

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

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

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

border-color css

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

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

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