Html Css Color HEX #D1DD73 Goldenrod

📋 copy color: '#D1DD73'

red 209 ◦ green 221 ◦ blue 115

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

Shades of Goldenrod #D1DD73

Tints of Goldenrod #D1DD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

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

R = 38.35%
G = 40.55%
B = 21.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#D1DD73 (or 0xD1DD73) is known color: Goldenrod. HEX triplet: D1, DD and 73. RGB value is (209,221,115). Sum of RGB (Red+Green+Blue) = 209+221+115=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD73 is #2E228C. Grayscale: #CDCDCD. Windows color (decimal): -3023501 or 7593425. OLE color: 7593425.

HSL color Cylindrical-coordinate representation of color #D1DD73: hue angle of 66.79º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1DD73 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 115 -
CMYK 0.05 0 0.48 0.13
HSL 66.79º 0.61% 0.66% -
HSV(B) 66.79º 0.48% 0.87% -
XYZ 55.25 66.51 26.14 -
YUV 205.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 209 221 115 0.05 0 0.48 0.13 66.79 0.61 0.66
Hex D1 DD 73 5 0 30 D 43 3D 42
Octal 321 335 163 5 0 60 15 103 75 102
Binary 11010001 11011101 1110011 101 0 110000 1101 1000011 111101 1000010

Color Harmonies of #D1DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD73

Black with #D1DD73

Text Example


Text Example

White with #D1DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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