Html Css Color HEX #D67966 Burning Sand

📋 copy color: '#D67966'

red 214 ◦ green 121 ◦ blue 102

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

Shades of Burning Sand #D67966

Tints of Burning Sand #D67966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

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

R = 48.97%
G = 27.69%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D67966 (or 0xD67966) is known color: Burning Sand. HEX triplet: D6, 79 and 66. RGB value is (214,121,102). Sum of RGB (Red+Green+Blue) = 214+121+102=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D67966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67966 is #298699. Grayscale: #929292. Windows color (decimal): -2721434 or 6715862. OLE color: 6715862.

HSL color Cylindrical-coordinate representation of color #D67966: hue angle of 10.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D67966 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 102 -
CMYK 0 0.43 0.52 0.16
HSL 10.18º 0.58% 0.62% -
HSV(B) 10.18º 0.52% 0.84% -
XYZ 36.97 28.93 16.21 -
YUV 146.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 214 121 102 0 0.43 0.52 0.16 10.18 0.58 0.62
Hex D6 79 66 0 2B 34 10 A 3A 3E
Octal 326 171 146 0 53 64 20 12 72 76
Binary 11010110 1111001 1100110 0 101011 110100 10000 1010 111010 111110

Color Harmonies of #D67966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67966

Black with #D67966

Text Example


Text Example

White with #D67966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67966; }

 p { color: rgb(214,121,102); }

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

background-color css

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

 a { background-color: rgb(214,121,102); }

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

border-color css

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

 span { border-color: rgb(214,121,102); }

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