#DBD07D

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

Shades of Sandwisp #DBD07D

Tints of Sandwisp #DBD07D

Color information

#DBD07D (or 0xDBD07D) is unknown color: approx Sandwisp. HEX triplet: DB, D0 and 7D. RGB value is (219,208,125). Sum of RGB (Red+Green+Blue) = 219+208+125=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD07D is #242F82. Grayscale: #CACACA. Windows color (decimal): -2371459 or 8245467. OLE color: 8245467.

HSL color Cylindrical-coordinate representation of color #DBD07D: hue angle of 52.98º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD07D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219208125-
CMYK00.050.430.14
HSL52.98º56.63%67.45%-
HSV(B)52.98º42.92%85.88%-
XYZ55.4761.6528.38-
YUV201.8384.64140.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=39.67%
G=37.68%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920812500.050.430.1452.9856.6367.45
HexDBD07D052BE353943
Octal3333201750553166571103
Binary11011011110100001111101010110101111101101011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD07D; }

 p { color: rgb(219,208,125); }

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

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

 a { background-color: rgb(219,208,125); }

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

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

 span { border-color: rgb(219,208,125); }

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