Html Css Color HEX #D68267 Burning Sand

📋 copy color: '#D68267'

red 214 ◦ green 130 ◦ blue 103

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

Shades of Burning Sand #D68267

Tints of Burning Sand #D68267

RGB

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

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

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

R = 47.87%
G = 29.08%
B = 23.04%

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

#D68267 (or 0xD68267) is known color: Burning Sand. HEX triplet: D6, 82 and 67. RGB value is (214,130,103). Sum of RGB (Red+Green+Blue) = 214+130+103=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68267 is #297D98. Grayscale: #989898. Windows color (decimal): -2719129 or 6783702. OLE color: 6783702.

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

Color convert

RGB 214 130 103 -
CMYK 0 0.39 0.52 0.16
HSL 14.59º 0.58% 0.62% -
HSV(B) 14.59º 0.52% 0.84% -
XYZ 38.16 31.24 16.85 -
YUV 152.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 214 130 103 0 0.39 0.52 0.16 14.59 0.58 0.62
Hex D6 82 67 0 27 34 10 F 3A 3E
Octal 326 202 147 0 47 64 20 17 72 76
Binary 11010110 10000010 1100111 0 100111 110100 10000 1111 111010 111110

Color Harmonies of #D68267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68267

Black with #D68267

Text Example


Text Example

White with #D68267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68267; }

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

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

background-color css

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

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

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

border-color css

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

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

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