#D67B61

Color #D67B61 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D67B61

Tints of Burning Sand #D67B61

Color information

#D67B61 (or 0xD67B61) is unknown color: approx Burning Sand. HEX triplet: D6, 7B and 61. RGB value is (214,123,97). Sum of RGB (Red+Green+Blue) = 214+123+97=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B61 is #29849E. Grayscale: #939393. Windows color (decimal): -2720927 or 6388694. OLE color: 6388694.

HSL color Cylindrical-coordinate representation of color #D67B61: hue angle of 13.33º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D67B61 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21412397-
CMYK00.430.550.16
HSL13.33º58.79%60.98%-
HSV(B)13.33º54.67%83.92%-
XYZ36.9729.3315.02-
YUV147.2499.65175.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=49.31%
G=28.34%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141239700.430.550.1613.3358.7960.98
HexD67B6102B3710d3b3d
Octal3261731410536720157375
Binary11010110111101111000010101011110111100001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B61; }

 p { color: rgb(214,123,97); }

 H1.HeaderClassName
 {
   color: #D67B61;
 }
 .AnyTagClassName
 {
   color: #D67B61;
 }
</style>
background-color css

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

 a { background-color: rgb(214,123,97); }

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

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

 span { border-color: rgb(214,123,97); }

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