Html Css Color HEX #D1DA73 Goldenrod

📋 copy color: '#D1DA73'

red 209 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #D1DA73

Tints of Goldenrod #D1DA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.22%

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

R = 38.56%
G = 40.22%
B = 21.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D1DA73 (or 0xD1DA73) is known color: Goldenrod. HEX triplet: D1, DA and 73. RGB value is (209,218,115). Sum of RGB (Red+Green+Blue) = 209+218+115=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA73 is #2E258C. Grayscale: #CBCBCB. Windows color (decimal): -3024269 or 7592657. OLE color: 7592657.

HSL color Cylindrical-coordinate representation of color #D1DA73: hue angle of 65.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1DA73 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 115 -
CMYK 0.04 0 0.47 0.15
HSL 65.24º 0.58% 0.65% -
HSV(B) 65.24º 0.47% 0.85% -
XYZ 54.46 64.94 25.88 -
YUV 203.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 209 218 115 0.04 0 0.47 0.15 65.24 0.58 0.65
Hex D1 DA 73 4 0 2F F 41 3A 41
Octal 321 332 163 4 0 57 17 101 72 101
Binary 11010001 11011010 1110011 100 0 101111 1111 1000001 111010 1000001

Color Harmonies of #D1DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA73

Black with #D1DA73

Text Example


Text Example

White with #D1DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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