Html Css Color HEX #D9DC62 Goldenrod

📋 copy color: '#D9DC62'

red 217 ◦ green 220 ◦ blue 98

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

Shades of Goldenrod #D9DC62

Tints of Goldenrod #D9DC62

RGB

 RED value IS 217 (85.16% from 255) = 40.56%

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

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

R = 40.56%
G = 41.12%
B = 18.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#D9DC62 (or 0xD9DC62) is known color: Goldenrod. HEX triplet: D9, DC and 62. RGB value is (217,220,98). Sum of RGB (Red+Green+Blue) = 217+220+98=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC62 is #26239D. Grayscale: #CDCDCD. Windows color (decimal): -2499486 or 6479065. OLE color: 6479065.

HSL color Cylindrical-coordinate representation of color #D9DC62: hue angle of 61.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9DC62 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 98 -
CMYK 0.01 0 0.55 0.14
HSL 61.48º 0.64% 0.62% -
HSV(B) 61.48º 0.55% 0.86% -
XYZ 56.41 66.82 21.48 -
YUV 205.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 217 220 98 0.01 0 0.55 0.14 61.48 0.64 0.62
Hex D9 DC 62 1 0 37 E 3D 40 3E
Octal 331 334 142 1 0 67 16 75 100 76
Binary 11011001 11011100 1100010 1 0 110111 1110 111101 1000000 111110

Color Harmonies of #D9DC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC62

Black with #D9DC62

Text Example


Text Example

White with #D9DC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC62; }

 p { color: rgb(217,220,98); }

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

background-color css

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

 a { background-color: rgb(217,220,98); }

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

border-color css

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

 span { border-color: rgb(217,220,98); }

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