Html Css Color HEX #D68262 Burning Sand

📋 copy color: '#D68262'

red 214 ◦ green 130 ◦ blue 98

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

Shades of Burning Sand #D68262

Tints of Burning Sand #D68262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

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

R = 48.42%
G = 29.41%
B = 22.17%

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

#D68262 (or 0xD68262) is known color: Burning Sand. HEX triplet: D6, 82 and 62. RGB value is (214,130,98). Sum of RGB (Red+Green+Blue) = 214+130+98=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D68262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68262 is #297D9D. Grayscale: #979797. Windows color (decimal): -2719134 or 6456022. OLE color: 6456022.

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

Color convert

RGB 214 130 98 -
CMYK 0 0.39 0.54 0.16
HSL 16.55º 0.59% 0.61% -
HSV(B) 16.55º 0.54% 0.84% -
XYZ 37.92 31.14 15.57 -
YUV 151.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 214 130 98 0 0.39 0.54 0.16 16.55 0.59 0.61
Hex D6 82 62 0 27 36 10 11 3B 3D
Octal 326 202 142 0 47 66 20 21 73 75
Binary 11010110 10000010 1100010 0 100111 110110 10000 10001 111011 111101

Color Harmonies of #D68262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68262

Black with #D68262

Text Example


Text Example

White with #D68262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68262; }

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

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

background-color css

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

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

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

border-color css

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

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

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