Html Css Color HEX #D68461 Burning Sand

📋 copy color: '#D68461'

red 214 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #D68461

Tints of Burning Sand #D68461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 48.31%
G = 29.8%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D68461 (or 0xD68461) is known color: Burning Sand. HEX triplet: D6, 84 and 61. RGB value is (214,132,97). Sum of RGB (Red+Green+Blue) = 214+132+97=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D68461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68461 is #297B9E. Grayscale: #989898. Windows color (decimal): -2718623 or 6390998. OLE color: 6390998.

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

Color convert

RGB 214 132 97 -
CMYK 0 0.38 0.55 0.16
HSL 17.95º 0.59% 0.61% -
HSV(B) 17.95º 0.55% 0.84% -
XYZ 38.14 31.66 15.41 -
YUV 152.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 214 132 97 0 0.38 0.55 0.16 17.95 0.59 0.61
Hex D6 84 61 0 26 37 10 12 3B 3D
Octal 326 204 141 0 46 67 20 22 73 75
Binary 11010110 10000100 1100001 0 100110 110111 10000 10010 111011 111101

Color Harmonies of #D68461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68461

Black with #D68461

Text Example


Text Example

White with #D68461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68461; }

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

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

background-color css

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

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

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

border-color css

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

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

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