Html Css Color HEX #D9DC61 Goldenrod

📋 copy color: '#D9DC61'

red 217 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #D9DC61

Tints of Goldenrod #D9DC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.16%

R = 40.64%
G = 41.2%
B = 18.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D9DC61 (or 0xD9DC61) is known color: Goldenrod. HEX triplet: D9, DC and 61. RGB value is (217,220,97). Sum of RGB (Red+Green+Blue) = 217+220+97=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC61 is #26239E. Grayscale: #CDCDCD. Windows color (decimal): -2499487 or 6413529. OLE color: 6413529.

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

Color convert

RGB 217 220 97 -
CMYK 0.01 0 0.56 0.14
HSL 61.46º 0.64% 0.62% -
HSV(B) 61.46º 0.56% 0.86% -
XYZ 56.37 66.8 21.23 -
YUV 205.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 217 220 97 0.01 0 0.56 0.14 61.46 0.64 0.62
Hex D9 DC 61 1 0 38 E 3D 40 3E
Octal 331 334 141 1 0 70 16 75 100 76
Binary 11011001 11011100 1100001 1 0 111000 1110 111101 1000000 111110

Color Harmonies of #D9DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC61

Black with #D9DC61

Text Example


Text Example

White with #D9DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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