Html Css Color HEX #D1D55D Goldenrod

📋 copy color: '#D1D55D'

red 209 ◦ green 213 ◦ blue 93

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

Shades of Goldenrod #D1D55D

Tints of Goldenrod #D1D55D

RGB

 RED value IS 209 (82.03% from 255) = 40.58%

 GREEN value IS 213 (83.59% from 255) = 41.36%

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 40.58%
G = 41.36%
B = 18.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D1D55D (or 0xD1D55D) is known color: Goldenrod. HEX triplet: D1, D5 and 5D. RGB value is (209,213,93). Sum of RGB (Red+Green+Blue) = 209+213+93=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D55D is #2E2AA2. Grayscale: #C6C6C6. Windows color (decimal): -3025571 or 6149585. OLE color: 6149585.

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

Color convert

RGB 209 213 93 -
CMYK 0.02 0 0.56 0.16
HSL 62º 0.59% 0.6% -
HSV(B) 62º 0.56% 0.84% -
XYZ 52.06 61.93 19.57 -
YUV 198.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 209 213 93 0.02 0 0.56 0.16 62 0.59 0.6
Hex D1 D5 5D 2 0 38 10 3E 3B 3C
Octal 321 325 135 2 0 70 20 76 73 74
Binary 11010001 11010101 1011101 10 0 111000 10000 111110 111011 111100

Color Harmonies of #D1D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D55D

Black with #D1D55D

Text Example


Text Example

White with #D1D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D55D; }

 p { color: rgb(209,213,93); }

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

background-color css

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

 a { background-color: rgb(209,213,93); }

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

border-color css

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

 span { border-color: rgb(209,213,93); }

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