#D5DB7B

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

Shades of Goldenrod #D5DB7B

Tints of Goldenrod #D5DB7B

Color information

#D5DB7B (or 0xD5DB7B) is unknown color: approx Goldenrod. HEX triplet: D5, DB and 7B. RGB value is (213,219,123). Sum of RGB (Red+Green+Blue) = 213+219+123=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB7B is #2A2484. Grayscale: #CECECE. Windows color (decimal): -2761861 or 8117205. OLE color: 8117205.

HSL color Cylindrical-coordinate representation of color #D5DB7B: hue angle of 63.75º 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 #D5DB7B is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB213219123-
CMYK0.0300.440.14
HSL63.75º57.14%67.06%-
HSV(B)63.75º43.84%85.88%-
XYZ56.3566.2428.55-
YUV206.2681.01132.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191230.0300.440.1463.7557.1467.06
HexD5DB7B302CE403943
Octal32533317330541610071103
Binary11010101110110111111011110101100111010000001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DB7B; }

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

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

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

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

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

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

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

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