Html Css Color HEX #D68269 Burning Sand

📋 copy color: '#D68269'

red 214 ◦ green 130 ◦ blue 105

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

Shades of Burning Sand #D68269

Tints of Burning Sand #D68269

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 47.66%
G = 28.95%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68269 (or 0xD68269) is known color: Burning Sand. HEX triplet: D6, 82 and 69. RGB value is (214,130,105). Sum of RGB (Red+Green+Blue) = 214+130+105=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68269 is #297D96. Grayscale: #989898. Windows color (decimal): -2719127 or 6914774. OLE color: 6914774.

HSL color Cylindrical-coordinate representation of color #D68269: hue angle of 13.76º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D68269 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 105 -
CMYK 0 0.39 0.51 0.16
HSL 13.76º 0.57% 0.63% -
HSV(B) 13.76º 0.51% 0.84% -
XYZ 38.26 31.28 17.39 -
YUV 152.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 214 130 105 0 0.39 0.51 0.16 13.76 0.57 0.63
Hex D6 82 69 0 27 33 10 E 39 3F
Octal 326 202 151 0 47 63 20 16 71 77
Binary 11010110 10000010 1101001 0 100111 110011 10000 1110 111001 111111

Color Harmonies of #D68269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68269

Black with #D68269

Text Example


Text Example

White with #D68269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68269; }

 p { color: rgb(214,130,105); }

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

background-color css

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

 a { background-color: rgb(214,130,105); }

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

border-color css

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

 span { border-color: rgb(214,130,105); }

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