Html Css Color HEX #D1DA75 Goldenrod

📋 copy color: '#D1DA75'

red 209 ◦ green 218 ◦ blue 117

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

Shades of Goldenrod #D1DA75

Tints of Goldenrod #D1DA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 38.42%
G = 40.07%
B = 21.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D1DA75 (or 0xD1DA75) is known color: Goldenrod. HEX triplet: D1, DA and 75. RGB value is (209,218,117). Sum of RGB (Red+Green+Blue) = 209+218+117=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA75 is #2E258A. Grayscale: #CCCCCC. Windows color (decimal): -3024267 or 7723729. OLE color: 7723729.

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

Color convert

RGB 209 218 117 -
CMYK 0.04 0 0.46 0.15
HSL 65.35º 0.58% 0.66% -
HSV(B) 65.35º 0.46% 0.85% -
XYZ 54.58 64.98 26.5 -
YUV 203.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 209 218 117 0.04 0 0.46 0.15 65.35 0.58 0.66
Hex D1 DA 75 4 0 2E F 41 3A 42
Octal 321 332 165 4 0 56 17 101 72 102
Binary 11010001 11011010 1110101 100 0 101110 1111 1000001 111010 1000010

Color Harmonies of #D1DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA75

Black with #D1DA75

Text Example


Text Example

White with #D1DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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