Html Css Color HEX #D58267 Burning Sand

📋 copy color: '#D58267'

red 213 ◦ green 130 ◦ blue 103

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

Shades of Burning Sand #D58267

Tints of Burning Sand #D58267

RGB

 RED value IS 213 (83.59% from 255) = 47.76%

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

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

R = 47.76%
G = 29.15%
B = 23.09%

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

#D58267 (or 0xD58267) is known color: Burning Sand. HEX triplet: D5, 82 and 67. RGB value is (213,130,103). Sum of RGB (Red+Green+Blue) = 213+130+103=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58267 is #2A7D98. Grayscale: #979797. Windows color (decimal): -2784665 or 6783701. OLE color: 6783701.

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

Color convert

RGB 213 130 103 -
CMYK 0 0.39 0.52 0.16
HSL 14.73º 0.57% 0.62% -
HSV(B) 14.73º 0.52% 0.84% -
XYZ 37.87 31.09 16.84 -
YUV 151.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 213 130 103 0 0.39 0.52 0.16 14.73 0.57 0.62
Hex D5 82 67 0 27 34 10 F 39 3E
Octal 325 202 147 0 47 64 20 17 71 76
Binary 11010101 10000010 1100111 0 100111 110100 10000 1111 111001 111110

Color Harmonies of #D58267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58267

Black with #D58267

Text Example


Text Example

White with #D58267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58267; }

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

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

background-color css

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

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

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

border-color css

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

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

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