Html Css Color HEX #D8DD62 Goldenrod

📋 copy color: '#D8DD62'

red 216 ◦ green 221 ◦ blue 98

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

Shades of Goldenrod #D8DD62

Tints of Goldenrod #D8DD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.32%

R = 40.37%
G = 41.31%
B = 18.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#D8DD62 (or 0xD8DD62) is known color: Goldenrod. HEX triplet: D8, DD and 62. RGB value is (216,221,98). Sum of RGB (Red+Green+Blue) = 216+221+98=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD62 is #27229D. Grayscale: #CDCDCD. Windows color (decimal): -2564766 or 6479320. OLE color: 6479320.

HSL color Cylindrical-coordinate representation of color #D8DD62: hue angle of 62.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8DD62 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 98 -
CMYK 0.02 0 0.56 0.13
HSL 62.44º 0.64% 0.63% -
HSV(B) 62.44º 0.56% 0.87% -
XYZ 56.38 67.19 21.55 -
YUV 205.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 216 221 98 0.02 0 0.56 0.13 62.44 0.64 0.63
Hex D8 DD 62 2 0 38 D 3E 40 3F
Octal 330 335 142 2 0 70 15 76 100 77
Binary 11011000 11011101 1100010 10 0 111000 1101 111110 1000000 111111

Color Harmonies of #D8DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD62

Black with #D8DD62

Text Example


Text Example

White with #D8DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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