Html Css Color HEX #D38665 Burning Sand

📋 copy color: '#D38665'

red 211 ◦ green 134 ◦ blue 101

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

Shades of Burning Sand #D38665

Tints of Burning Sand #D38665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 47.31%
G = 30.04%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D38665 (or 0xD38665) is known color: Burning Sand. HEX triplet: D3, 86 and 65. RGB value is (211,134,101). Sum of RGB (Red+Green+Blue) = 211+134+101=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D38665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38665 is #2C799A. Grayscale: #999999. Windows color (decimal): -2914715 or 6653651. OLE color: 6653651.

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

Color convert

RGB 211 134 101 -
CMYK 0 0.36 0.52 0.17
HSL 18º 0.56% 0.61% -
HSV(B) 18º 0.52% 0.83% -
XYZ 37.74 31.84 16.47 -
YUV 153.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 211 134 101 0 0.36 0.52 0.17 18 0.56 0.61
Hex D3 86 65 0 24 34 11 12 38 3D
Octal 323 206 145 0 44 64 21 22 70 75
Binary 11010011 10000110 1100101 0 100100 110100 10001 10010 111000 111101

Color Harmonies of #D38665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38665

Black with #D38665

Text Example


Text Example

White with #D38665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38665; }

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

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

background-color css

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

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

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

border-color css

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

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

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