Html Css Color HEX #D38666 Burning Sand

📋 copy color: '#D38666'

red 211 ◦ green 134 ◦ blue 102

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

Shades of Burning Sand #D38666

Tints of Burning Sand #D38666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.82%

R = 47.2%
G = 29.98%
B = 22.82%

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

#D38666 (or 0xD38666) is known color: Burning Sand. HEX triplet: D3, 86 and 66. RGB value is (211,134,102). Sum of RGB (Red+Green+Blue) = 211+134+102=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D38666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38666 is #2C7999. Grayscale: #999999. Windows color (decimal): -2914714 or 6719187. OLE color: 6719187.

HSL color Cylindrical-coordinate representation of color #D38666: hue angle of 17.61º degrees, saturation: 0.55, 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 #D38666 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 102 -
CMYK 0 0.36 0.52 0.17
HSL 17.61º 0.55% 0.61% -
HSV(B) 17.61º 0.52% 0.83% -
XYZ 37.79 31.86 16.73 -
YUV 153.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 211 134 102 0 0.36 0.52 0.17 17.61 0.55 0.61
Hex D3 86 66 0 24 34 11 12 37 3D
Octal 323 206 146 0 44 64 21 22 67 75
Binary 11010011 10000110 1100110 0 100100 110100 10001 10010 110111 111101

Color Harmonies of #D38666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38666

Black with #D38666

Text Example


Text Example

White with #D38666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38666; }

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

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

background-color css

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

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

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

border-color css

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

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

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