#DBD57B

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

Shades of Wild Rice #DBD57B

Tints of Wild Rice #DBD57B

Color information

#DBD57B (or 0xDBD57B) is unknown color: approx Wild Rice. HEX triplet: DB, D5 and 7B. RGB value is (219,213,123). Sum of RGB (Red+Green+Blue) = 219+213+123=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD57B is #242A84. Grayscale: #CCCCCC. Windows color (decimal): -2370181 or 8115675. OLE color: 8115675.

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

Color convert

RGB219213123-
CMYK00.030.440.14
HSL56.25º57.14%67.06%-
HSV(B)56.25º43.84%85.88%-
XYZ56.5864.0828.13-
YUV204.5381.99138.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 123 (48.44% from 255) = 22.16%
R=39.46%
G=38.38%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921312300.030.440.1456.2557.1467.06
HexDBD57B032CE383943
Octal3333251730354167071103
Binary1101101111010101111101101110110011101110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD57B; }

 p { color: rgb(219,213,123); }

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

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

 a { background-color: rgb(219,213,123); }

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

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

 span { border-color: rgb(219,213,123); }

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