Html Css Color HEX #D38669 Burning Sand

📋 copy color: '#D38669'

red 211 ◦ green 134 ◦ blue 105

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

Shades of Burning Sand #D38669

Tints of Burning Sand #D38669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 46.89%
G = 29.78%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D38669 (or 0xD38669) is known color: Burning Sand. HEX triplet: D3, 86 and 69. RGB value is (211,134,105). Sum of RGB (Red+Green+Blue) = 211+134+105=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D38669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38669 is #2C7996. Grayscale: #999999. Windows color (decimal): -2914711 or 6915795. OLE color: 6915795.

HSL color Cylindrical-coordinate representation of color #D38669: hue angle of 16.42º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D38669 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 105 -
CMYK 0 0.36 0.50 0.17
HSL 16.42º 0.55% 0.62% -
HSV(B) 16.42º 0.5% 0.83% -
XYZ 37.94 31.92 17.53 -
YUV 153.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 211 134 105 0 0.36 0.50 0.17 16.42 0.55 0.62
Hex D3 86 69 0 24 32 11 10 37 3E
Octal 323 206 151 0 44 62 21 20 67 76
Binary 11010011 10000110 1101001 0 100100 110010 10001 10000 110111 111110

Color Harmonies of #D38669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38669

Black with #D38669

Text Example


Text Example

White with #D38669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38669; }

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

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

background-color css

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

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

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

border-color css

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

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

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