Html Css Color HEX #D07B5F Burning Sand

📋 copy color: '#D07B5F'

red 208 ◦ green 123 ◦ blue 95

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

Shades of Burning Sand #D07B5F

Tints of Burning Sand #D07B5F

RGB

 RED value IS 208 (81.64% from 255) = 48.83%

 GREEN value IS 123 (48.44% from 255) = 28.87%

 BLUE value IS 95 (37.5% from 255) = 22.3%

R = 48.83%
G = 28.87%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D07B5F (or 0xD07B5F) is known color: Burning Sand. HEX triplet: D0, 7B and 5F. RGB value is (208,123,95). Sum of RGB (Red+Green+Blue) = 208+123+95=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B5F is #2F84A0. Grayscale: #919191. Windows color (decimal): -3114145 or 6257616. OLE color: 6257616.

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

Color convert

RGB 208 123 95 -
CMYK 0 0.41 0.54 0.18
HSL 14.87º 0.55% 0.59% -
HSV(B) 14.87º 0.54% 0.82% -
XYZ 35.16 28.4 14.46 -
YUV 145.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 208 123 95 0 0.41 0.54 0.18 14.87 0.55 0.59
Hex D0 7B 5F 0 29 36 12 F 37 3B
Octal 320 173 137 0 51 66 22 17 67 73
Binary 11010000 1111011 1011111 0 101001 110110 10010 1111 110111 111011

Color Harmonies of #D07B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B5F

Black with #D07B5F

Text Example


Text Example

White with #D07B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B5F; }

 p { color: rgb(208,123,95); }

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

background-color css

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

 a { background-color: rgb(208,123,95); }

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

border-color css

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

 span { border-color: rgb(208,123,95); }

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