Html Css Color HEX #D1DD75 Goldenrod

📋 copy color: '#D1DD75'

red 209 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #D1DD75

Tints of Goldenrod #D1DD75

RGB

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

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

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

R = 38.21%
G = 40.4%
B = 21.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D1DD75 (or 0xD1DD75) is known color: Goldenrod. HEX triplet: D1, DD and 75. RGB value is (209,221,117). Sum of RGB (Red+Green+Blue) = 209+221+117=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD75 is #2E228A. Grayscale: #CDCDCD. Windows color (decimal): -3023499 or 7724497. OLE color: 7724497.

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

Color convert

RGB 209 221 117 -
CMYK 0.05 0 0.47 0.13
HSL 66.92º 0.6% 0.66% -
HSV(B) 66.92º 0.47% 0.87% -
XYZ 55.36 66.55 26.76 -
YUV 205.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 209 221 117 0.05 0 0.47 0.13 66.92 0.6 0.66
Hex D1 DD 75 5 0 2F D 43 3C 42
Octal 321 335 165 5 0 57 15 103 74 102
Binary 11010001 11011101 1110101 101 0 101111 1101 1000011 111100 1000010

Color Harmonies of #D1DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD75

Black with #D1DD75

Text Example


Text Example

White with #D1DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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