Html Css Color HEX #D68167 Burning Sand

📋 copy color: '#D68167'

red 214 ◦ green 129 ◦ blue 103

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

Shades of Burning Sand #D68167

Tints of Burning Sand #D68167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 103 (40.63% from 255) = 23.09%

R = 47.98%
G = 28.92%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68167 (or 0xD68167) is known color: Burning Sand. HEX triplet: D6, 81 and 67. RGB value is (214,129,103). Sum of RGB (Red+Green+Blue) = 214+129+103=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D68167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68167 is #297E98. Grayscale: #979797. Windows color (decimal): -2719385 or 6783446. OLE color: 6783446.

HSL color Cylindrical-coordinate representation of color #D68167: hue angle of 14.05º 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 #D68167 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 103 -
CMYK 0 0.40 0.52 0.16
HSL 14.05º 0.58% 0.62% -
HSV(B) 14.05º 0.52% 0.84% -
XYZ 38.03 30.98 16.81 -
YUV 151.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 214 129 103 0 0.40 0.52 0.16 14.05 0.58 0.62
Hex D6 81 67 0 28 34 10 E 3A 3E
Octal 326 201 147 0 50 64 20 16 72 76
Binary 11010110 10000001 1100111 0 101000 110100 10000 1110 111010 111110

Color Harmonies of #D68167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68167

Black with #D68167

Text Example


Text Example

White with #D68167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68167; }

 p { color: rgb(214,129,103); }

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

background-color css

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

 a { background-color: rgb(214,129,103); }

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

border-color css

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

 span { border-color: rgb(214,129,103); }

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