Html Css Color HEX #D07F67 Burning Sand

📋 copy color: '#D07F67'

red 208 ◦ green 127 ◦ blue 103

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

Shades of Burning Sand #D07F67

Tints of Burning Sand #D07F67

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

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

R = 47.49%
G = 29%
B = 23.52%

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

#D07F67 (or 0xD07F67) is known color: Burning Sand. HEX triplet: D0, 7F and 67. RGB value is (208,127,103). Sum of RGB (Red+Green+Blue) = 208+127+103=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F67 is #2F8098. Grayscale: #949494. Windows color (decimal): -3113113 or 6782928. OLE color: 6782928.

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

Color convert

RGB 208 127 103 -
CMYK 0 0.39 0.50 0.18
HSL 13.71º 0.53% 0.61% -
HSV(B) 13.71º 0.5% 0.82% -
XYZ 36.05 29.57 16.64 -
YUV 148.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 208 127 103 0 0.39 0.50 0.18 13.71 0.53 0.61
Hex D0 7F 67 0 27 32 12 E 35 3D
Octal 320 177 147 0 47 62 22 16 65 75
Binary 11010000 1111111 1100111 0 100111 110010 10010 1110 110101 111101

Color Harmonies of #D07F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F67

Black with #D07F67

Text Example


Text Example

White with #D07F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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