Html Css Color HEX #D07E67 Burning Sand

📋 copy color: '#D07E67'

red 208 ◦ green 126 ◦ blue 103

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

Shades of Burning Sand #D07E67

Tints of Burning Sand #D07E67

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.83%

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

R = 47.6%
G = 28.83%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D07E67 (or 0xD07E67) is known color: Burning Sand. HEX triplet: D0, 7E and 67. RGB value is (208,126,103). Sum of RGB (Red+Green+Blue) = 208+126+103=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E67 is #2F8198. Grayscale: #949494. Windows color (decimal): -3113369 or 6782672. OLE color: 6782672.

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

Color convert

RGB 208 126 103 -
CMYK 0 0.39 0.50 0.18
HSL 13.14º 0.53% 0.61% -
HSV(B) 13.14º 0.5% 0.82% -
XYZ 35.92 29.31 16.6 -
YUV 147.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 208 126 103 0 0.39 0.50 0.18 13.14 0.53 0.61
Hex D0 7E 67 0 27 32 12 D 35 3D
Octal 320 176 147 0 47 62 22 15 65 75
Binary 11010000 1111110 1100111 0 100111 110010 10010 1101 110101 111101

Color Harmonies of #D07E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E67

Black with #D07E67

Text Example


Text Example

White with #D07E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E67; }

 p { color: rgb(208,126,103); }

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

background-color css

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

 a { background-color: rgb(208,126,103); }

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

border-color css

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

 span { border-color: rgb(208,126,103); }

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