Html Css Color HEX #D38663 Burning Sand

📋 copy color: '#D38663'

red 211 ◦ green 134 ◦ blue 99

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

Shades of Burning Sand #D38663

Tints of Burning Sand #D38663

RGB

 RED value IS 211 (82.81% from 255) = 47.52%

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

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 47.52%
G = 30.18%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D38663 (or 0xD38663) is known color: Burning Sand. HEX triplet: D3, 86 and 63. RGB value is (211,134,99). Sum of RGB (Red+Green+Blue) = 211+134+99=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D38663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38663 is #2C799C. Grayscale: #999999. Windows color (decimal): -2914717 or 6522579. OLE color: 6522579.

HSL color Cylindrical-coordinate representation of color #D38663: hue angle of 18.75º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D38663 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 99 -
CMYK 0 0.36 0.53 0.17
HSL 18.75º 0.56% 0.61% -
HSV(B) 18.75º 0.53% 0.83% -
XYZ 37.64 31.8 15.96 -
YUV 153.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 211 134 99 0 0.36 0.53 0.17 18.75 0.56 0.61
Hex D3 86 63 0 24 35 11 13 38 3D
Octal 323 206 143 0 44 65 21 23 70 75
Binary 11010011 10000110 1100011 0 100100 110101 10001 10011 111000 111101

Color Harmonies of #D38663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38663

Black with #D38663

Text Example


Text Example

White with #D38663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38663; }

 p { color: rgb(211,134,99); }

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

background-color css

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

 a { background-color: rgb(211,134,99); }

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

border-color css

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

 span { border-color: rgb(211,134,99); }

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