Html Css Color HEX #D68067 Burning Sand

📋 copy color: '#D68067'

red 214 ◦ green 128 ◦ blue 103

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

Shades of Burning Sand #D68067

Tints of Burning Sand #D68067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.76%

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

R = 48.09%
G = 28.76%
B = 23.15%

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

#D68067 (or 0xD68067) is known color: Burning Sand. HEX triplet: D6, 80 and 67. RGB value is (214,128,103). Sum of RGB (Red+Green+Blue) = 214+128+103=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68067 is #297F98. Grayscale: #979797. Windows color (decimal): -2719641 or 6783190. OLE color: 6783190.

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

Color convert

RGB 214 128 103 -
CMYK 0 0.40 0.52 0.16
HSL 13.51º 0.58% 0.62% -
HSV(B) 13.51º 0.52% 0.84% -
XYZ 37.9 30.71 16.76 -
YUV 150.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 214 128 103 0 0.40 0.52 0.16 13.51 0.58 0.62
Hex D6 80 67 0 28 34 10 E 3A 3E
Octal 326 200 147 0 50 64 20 16 72 76
Binary 11010110 10000000 1100111 0 101000 110100 10000 1110 111010 111110

Color Harmonies of #D68067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68067

Black with #D68067

Text Example


Text Example

White with #D68067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68067; }

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

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

background-color css

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

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

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

border-color css

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

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

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