Html Css Color HEX #D8DC75 Goldenrod

📋 copy color: '#D8DC75'

red 216 ◦ green 220 ◦ blue 117

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

Shades of Goldenrod #D8DC75

Tints of Goldenrod #D8DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

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

R = 39.06%
G = 39.78%
B = 21.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#D8DC75 (or 0xD8DC75) is known color: Goldenrod. HEX triplet: D8, DC and 75. RGB value is (216,220,117). Sum of RGB (Red+Green+Blue) = 216+220+117=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC75 is #27238A. Grayscale: #CFCFCF. Windows color (decimal): -2565003 or 7724248. OLE color: 7724248.

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

Color convert

RGB 216 220 117 -
CMYK 0.02 0 0.47 0.14
HSL 62.33º 0.6% 0.66% -
HSV(B) 62.33º 0.47% 0.86% -
XYZ 57.12 67.07 26.76 -
YUV 207.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 216 220 117 0.02 0 0.47 0.14 62.33 0.6 0.66
Hex D8 DC 75 2 0 2F E 3E 3C 42
Octal 330 334 165 2 0 57 16 76 74 102
Binary 11011000 11011100 1110101 10 0 101111 1110 111110 111100 1000010

Color Harmonies of #D8DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC75

Black with #D8DC75

Text Example


Text Example

White with #D8DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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