#D67F55

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

Shades of Burning Sand #D67F55

Tints of Burning Sand #D67F55

Color information

#D67F55 (or 0xD67F55) is unknown color: approx Burning Sand. HEX triplet: D6, 7F and 55. RGB value is (214,127,85). Sum of RGB (Red+Green+Blue) = 214+127+85=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F55 is #2980AA. Grayscale: #949494. Windows color (decimal): -2719915 or 5603286. OLE color: 5603286.

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

Color convert

RGB21412785-
CMYK00.410.600.16
HSL19.53º61.14%58.63%-
HSV(B)19.53º60.28%83.92%-
XYZ36.9630.1312.46-
YUV148.2292.32174.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=50.23%
G=29.81%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141278500.410.600.1619.5361.1458.63
HexD67F550293C10143d3b
Octal3261771250517420247573
Binary110101101111111101010101010011111001000010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F55; }

 p { color: rgb(214,127,85); }

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

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

 a { background-color: rgb(214,127,85); }

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

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

 span { border-color: rgb(214,127,85); }

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