Html Css Color HEX #D8DD75 Goldenrod

📋 copy color: '#D8DD75'

red 216 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #D8DD75

Tints of Goldenrod #D8DD75

RGB

 RED value IS 216 (84.77% from 255) = 38.99%

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

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

R = 38.99%
G = 39.89%
B = 21.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D8DD75 (or 0xD8DD75) is known color: Goldenrod. HEX triplet: D8, DD and 75. RGB value is (216,221,117). Sum of RGB (Red+Green+Blue) = 216+221+117=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD75 is #27228A. Grayscale: #D0D0D0. Windows color (decimal): -2564747 or 7724504. OLE color: 7724504.

HSL color Cylindrical-coordinate representation of color #D8DD75: hue angle of 62.88º 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 #D8DD75 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 117 -
CMYK 0.02 0 0.47 0.13
HSL 62.88º 0.6% 0.66% -
HSV(B) 62.88º 0.47% 0.87% -
XYZ 57.39 67.6 26.85 -
YUV 207.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 216 221 117 0.02 0 0.47 0.13 62.88 0.6 0.66
Hex D8 DD 75 2 0 2F D 3F 3C 42
Octal 330 335 165 2 0 57 15 77 74 102
Binary 11011000 11011101 1110101 10 0 101111 1101 111111 111100 1000010

Color Harmonies of #D8DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD75

Black with #D8DD75

Text Example


Text Example

White with #D8DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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