Html Css Color HEX #D5DB5E Goldenrod

📋 copy color: '#D5DB5E'

red 213 ◦ green 219 ◦ blue 94

#D5DB5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D5DB5E

Tints of Goldenrod #D5DB5E

RGB

 RED value IS 213 (83.59% from 255) = 40.49%

 GREEN value IS 219 (85.94% from 255) = 41.63%

 BLUE value IS 94 (37.11% from 255) = 17.87%

R = 40.49%
G = 41.63%
B = 17.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D5DB5E (or 0xD5DB5E) is known color: Goldenrod. HEX triplet: D5, DB and 5E. RGB value is (213,219,94). Sum of RGB (Red+Green+Blue) = 213+219+94=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB5E is #2A24A1. Grayscale: #CBCBCB. Windows color (decimal): -2761890 or 6216661. OLE color: 6216661.

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

Color convert

RGB 213 219 94 -
CMYK 0.03 0 0.57 0.14
HSL 62.88º 0.63% 0.61% -
HSV(B) 62.88º 0.57% 0.86% -
XYZ 54.79 65.62 20.37 -
YUV 202.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 213 219 94 0.03 0 0.57 0.14 62.88 0.63 0.61
Hex D5 DB 5E 3 0 39 E 3F 3F 3D
Octal 325 333 136 3 0 71 16 77 77 75
Binary 11010101 11011011 1011110 11 0 111001 1110 111111 111111 111101

Color Harmonies of #D5DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DB5E

Black with #D5DB5E

Text Example


Text Example

White with #D5DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DB5E; }

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

 H1.HeaderClassName
 {
   color: #D5DB5E;
 }
 .AnyTagClassName
 {
   color: #D5DB5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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