Html Css Color HEX #D68362 Burning Sand

📋 copy color: '#D68362'

red 214 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #D68362

Tints of Burning Sand #D68362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 48.31%
G = 29.57%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68362 (or 0xD68362) is known color: Burning Sand. HEX triplet: D6, 83 and 62. RGB value is (214,131,98). Sum of RGB (Red+Green+Blue) = 214+131+98=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D68362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68362 is #297C9D. Grayscale: #989898. Windows color (decimal): -2718878 or 6456278. OLE color: 6456278.

HSL color Cylindrical-coordinate representation of color #D68362: hue angle of 17.07º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68362 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 98 -
CMYK 0 0.39 0.54 0.16
HSL 17.07º 0.59% 0.61% -
HSV(B) 17.07º 0.54% 0.84% -
XYZ 38.05 31.41 15.61 -
YUV 152.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 214 131 98 0 0.39 0.54 0.16 17.07 0.59 0.61
Hex D6 83 62 0 27 36 10 11 3B 3D
Octal 326 203 142 0 47 66 20 21 73 75
Binary 11010110 10000011 1100010 0 100111 110110 10000 10001 111011 111101

Color Harmonies of #D68362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68362

Black with #D68362

Text Example


Text Example

White with #D68362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68362; }

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

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

background-color css

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

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

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

border-color css

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

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

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