Html Css Color HEX #D88432 Dixie

📋 copy color: '#D88432'

red 216 ◦ green 132 ◦ blue 50

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

Shades of Dixie #D88432

Tints of Dixie #D88432

RGB

 RED value IS 216 (84.77% from 255) = 54.27%

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

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 54.27%
G = 33.17%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D88432 (or 0xD88432) is known color: Dixie. HEX triplet: D8, 84 and 32. RGB value is (216,132,50). Sum of RGB (Red+Green+Blue) = 216+132+50=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D88432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88432 is #277BCD. Grayscale: #949494. Windows color (decimal): -2587598 or 3310808. OLE color: 3310808.

HSL color Cylindrical-coordinate representation of color #D88432: hue angle of 29.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D88432 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 50 -
CMYK 0 0.39 0.77 0.15
HSL 29.64º 0.68% 0.52% -
HSV(B) 29.64º 0.77% 0.85% -
XYZ 37.15 31.33 7.11 -
YUV 147.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 216 132 50 0 0.39 0.77 0.15 29.64 0.68 0.52
Hex D8 84 32 0 27 4D F 1E 44 34
Octal 330 204 62 0 47 115 17 36 104 64
Binary 11011000 10000100 110010 0 100111 1001101 1111 11110 1000100 110100

Color Harmonies of #D88432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88432

Black with #D88432

Text Example


Text Example

White with #D88432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88432; }

 p { color: rgb(216,132,50); }

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

background-color css

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

 a { background-color: rgb(216,132,50); }

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

border-color css

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

 span { border-color: rgb(216,132,50); }

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