Html Css Color HEX #D88534 Dixie

📋 copy color: '#D88534'

red 216 ◦ green 133 ◦ blue 52

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

Shades of Dixie #D88534

Tints of Dixie #D88534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 52 (20.7% from 255) = 12.97%

R = 53.87%
G = 33.17%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D88534 (or 0xD88534) is known color: Dixie. HEX triplet: D8, 85 and 34. RGB value is (216,133,52). Sum of RGB (Red+Green+Blue) = 216+133+52=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D88534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88534 is #277ACB. Grayscale: #949494. Windows color (decimal): -2587340 or 3442136. OLE color: 3442136.

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

Color convert

RGB 216 133 52 -
CMYK 0 0.38 0.76 0.15
HSL 29.63º 0.68% 0.53% -
HSV(B) 29.63º 0.76% 0.85% -
XYZ 37.33 31.62 7.39 -
YUV 148.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 216 133 52 0 0.38 0.76 0.15 29.63 0.68 0.53
Hex D8 85 34 0 26 4C F 1E 44 35
Octal 330 205 64 0 46 114 17 36 104 65
Binary 11011000 10000101 110100 0 100110 1001100 1111 11110 1000100 110101

Color Harmonies of #D88534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88534

Black with #D88534

Text Example


Text Example

White with #D88534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88534; }

 p { color: rgb(216,133,52); }

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

background-color css

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

 a { background-color: rgb(216,133,52); }

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

border-color css

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

 span { border-color: rgb(216,133,52); }

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