Html Css Color HEX #D1D25E Goldenrod

📋 copy color: '#D1D25E'

red 209 ◦ green 210 ◦ blue 94

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

Shades of Goldenrod #D1D25E

Tints of Goldenrod #D1D25E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

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

R = 40.74%
G = 40.94%
B = 18.32%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1D25E (or 0xD1D25E) is known color: Goldenrod. HEX triplet: D1, D2 and 5E. RGB value is (209,210,94). Sum of RGB (Red+Green+Blue) = 209+210+94=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D25E is #2E2DA1. Grayscale: #C4C4C4. Windows color (decimal): -3026338 or 6214353. OLE color: 6214353.

HSL color Cylindrical-coordinate representation of color #D1D25E: hue angle of 60.52º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1D25E is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 210 94 -
CMYK 0.00 0 0.55 0.18
HSL 60.52º 0.56% 0.6% -
HSV(B) 60.52º 0.55% 0.82% -
XYZ 51.36 60.46 19.55 -
YUV 196.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 209 210 94 0.00 0 0.55 0.18 60.52 0.56 0.6
Hex D1 D2 5E 0 0 37 12 3D 38 3C
Octal 321 322 136 0 0 67 22 75 70 74
Binary 11010001 11010010 1011110 0 0 110111 10010 111101 111000 111100

Color Harmonies of #D1D25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D25E

Black with #D1D25E

Text Example


Text Example

White with #D1D25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D25E; }

 p { color: rgb(209,210,94); }

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

background-color css

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

 a { background-color: rgb(209,210,94); }

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

border-color css

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

 span { border-color: rgb(209,210,94); }

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