Html Css Color HEX #D8DE75 Goldenrod

📋 copy color: '#D8DE75'

red 216 ◦ green 222 ◦ blue 117

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

Shades of Goldenrod #D8DE75

Tints of Goldenrod #D8DE75

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40%

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

R = 38.92%
G = 40%
B = 21.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D8DE75 (or 0xD8DE75) is known color: Goldenrod. HEX triplet: D8, DE and 75. RGB value is (216,222,117). Sum of RGB (Red+Green+Blue) = 216+222+117=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DE75 is #27218A. Grayscale: #D0D0D0. Windows color (decimal): -2564491 or 7724760. OLE color: 7724760.

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

Color convert

RGB 216 222 117 -
CMYK 0.03 0 0.47 0.13
HSL 63.43º 0.61% 0.66% -
HSV(B) 63.43º 0.47% 0.87% -
XYZ 57.65 68.13 26.94 -
YUV 208.24 76.51 133.54 -
System Red Green Blue C M Y K H S L
Decimal 216 222 117 0.03 0 0.47 0.13 63.43 0.61 0.66
Hex D8 DE 75 3 0 2F D 3F 3D 42
Octal 330 336 165 3 0 57 15 77 75 102
Binary 11011000 11011110 1110101 11 0 101111 1101 111111 111101 1000010

Color Harmonies of #D8DE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DE75

Black with #D8DE75

Text Example


Text Example

White with #D8DE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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