Html Css Color HEX #D68367 Burning Sand

📋 copy color: '#D68367'

red 214 ◦ green 131 ◦ blue 103

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

Shades of Burning Sand #D68367

Tints of Burning Sand #D68367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.24%

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

R = 47.77%
G = 29.24%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68367 (or 0xD68367) is known color: Burning Sand. HEX triplet: D6, 83 and 67. RGB value is (214,131,103). Sum of RGB (Red+Green+Blue) = 214+131+103=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68367 is #297C98. Grayscale: #989898. Windows color (decimal): -2718873 or 6783958. OLE color: 6783958.

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

Color convert

RGB 214 131 103 -
CMYK 0 0.39 0.52 0.16
HSL 15.14º 0.58% 0.62% -
HSV(B) 15.14º 0.52% 0.84% -
XYZ 38.3 31.51 16.9 -
YUV 152.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 214 131 103 0 0.39 0.52 0.16 15.14 0.58 0.62
Hex D6 83 67 0 27 34 10 F 3A 3E
Octal 326 203 147 0 47 64 20 17 72 76
Binary 11010110 10000011 1100111 0 100111 110100 10000 1111 111010 111110

Color Harmonies of #D68367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68367

Black with #D68367

Text Example


Text Example

White with #D68367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68367; }

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

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

background-color css

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

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

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

border-color css

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

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

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