Html Css Color HEX #D28165 Burning Sand

📋 copy color: '#D28165'

red 210 ◦ green 129 ◦ blue 101

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

Shades of Burning Sand #D28165

Tints of Burning Sand #D28165

RGB

 RED value IS 210 (82.42% from 255) = 47.73%

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 101 (39.84% from 255) = 22.95%

R = 47.73%
G = 29.32%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D28165 (or 0xD28165) is known color: Burning Sand. HEX triplet: D2, 81 and 65. RGB value is (210,129,101). Sum of RGB (Red+Green+Blue) = 210+129+101=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D28165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28165 is #2D7E9A. Grayscale: #969696. Windows color (decimal): -2981531 or 6652370. OLE color: 6652370.

HSL color Cylindrical-coordinate representation of color #D28165: hue angle of 15.41º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D28165 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 129 101 -
CMYK 0 0.39 0.52 0.18
HSL 15.41º 0.55% 0.61% -
HSV(B) 15.41º 0.52% 0.82% -
XYZ 36.78 30.34 16.23 -
YUV 150.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 210 129 101 0 0.39 0.52 0.18 15.41 0.55 0.61
Hex D2 81 65 0 27 34 12 F 37 3D
Octal 322 201 145 0 47 64 22 17 67 75
Binary 11010010 10000001 1100101 0 100111 110100 10010 1111 110111 111101

Color Harmonies of #D28165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28165

Black with #D28165

Text Example


Text Example

White with #D28165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28165; }

 p { color: rgb(210,129,101); }

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

background-color css

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

 a { background-color: rgb(210,129,101); }

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

border-color css

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

 span { border-color: rgb(210,129,101); }

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