Html Css Color HEX #D1D473 Goldenrod

📋 copy color: '#D1D473'

red 209 ◦ green 212 ◦ blue 115

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

Shades of Goldenrod #D1D473

Tints of Goldenrod #D1D473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.55%

 BLUE value IS 115 (45.31% from 255) = 21.46%

R = 38.99%
G = 39.55%
B = 21.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D1D473 (or 0xD1D473) is known color: Goldenrod. HEX triplet: D1, D4 and 73. RGB value is (209,212,115). Sum of RGB (Red+Green+Blue) = 209+212+115=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D473 is #2E2B8C. Grayscale: #C8C8C8. Windows color (decimal): -3025805 or 7591121. OLE color: 7591121.

HSL color Cylindrical-coordinate representation of color #D1D473: hue angle of 61.86º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D473 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 212 115 -
CMYK 0.01 0 0.46 0.17
HSL 61.86º 0.53% 0.64% -
HSV(B) 61.86º 0.46% 0.83% -
XYZ 52.93 61.88 25.37 -
YUV 200.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 209 212 115 0.01 0 0.46 0.17 61.86 0.53 0.64
Hex D1 D4 73 1 0 2E 11 3E 35 40
Octal 321 324 163 1 0 56 21 76 65 100
Binary 11010001 11010100 1110011 1 0 101110 10001 111110 110101 1000000

Color Harmonies of #D1D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D473

Black with #D1D473

Text Example


Text Example

White with #D1D473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D473; }

 p { color: rgb(209,212,115); }

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

background-color css

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

 a { background-color: rgb(209,212,115); }

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

border-color css

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

 span { border-color: rgb(209,212,115); }

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