Html Css Color HEX #D68467 Burning Sand

📋 copy color: '#D68467'

red 214 ◦ green 132 ◦ blue 103

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

Shades of Burning Sand #D68467

Tints of Burning Sand #D68467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

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

R = 47.66%
G = 29.4%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68467 (or 0xD68467) is known color: Burning Sand. HEX triplet: D6, 84 and 67. RGB value is (214,132,103). Sum of RGB (Red+Green+Blue) = 214+132+103=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68467 is #297B98. Grayscale: #999999. Windows color (decimal): -2718617 or 6784214. OLE color: 6784214.

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

Color convert

RGB 214 132 103 -
CMYK 0 0.38 0.52 0.16
HSL 15.68º 0.58% 0.62% -
HSV(B) 15.68º 0.52% 0.84% -
XYZ 38.43 31.78 16.94 -
YUV 153.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 214 132 103 0 0.38 0.52 0.16 15.68 0.58 0.62
Hex D6 84 67 0 26 34 10 10 3A 3E
Octal 326 204 147 0 46 64 20 20 72 76
Binary 11010110 10000100 1100111 0 100110 110100 10000 10000 111010 111110

Color Harmonies of #D68467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68467

Black with #D68467

Text Example


Text Example

White with #D68467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68467; }

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

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

background-color css

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

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

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

border-color css

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

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

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