Html Css Color HEX #D1D661 Goldenrod

📋 copy color: '#D1D661'

red 209 ◦ green 214 ◦ blue 97

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

Shades of Goldenrod #D1D661

Tints of Goldenrod #D1D661

RGB

 RED value IS 209 (82.03% from 255) = 40.19%

 GREEN value IS 214 (83.98% from 255) = 41.15%

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

R = 40.19%
G = 41.15%
B = 18.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D1D661 (or 0xD1D661) is known color: Goldenrod. HEX triplet: D1, D6 and 61. RGB value is (209,214,97). Sum of RGB (Red+Green+Blue) = 209+214+97=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D661 is #2E299E. Grayscale: #C7C7C7. Windows color (decimal): -3025311 or 6411985. OLE color: 6411985.

HSL color Cylindrical-coordinate representation of color #D1D661: hue angle of 62.56º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1D661 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 97 -
CMYK 0.02 0 0.55 0.16
HSL 62.56º 0.59% 0.61% -
HSV(B) 62.56º 0.55% 0.84% -
XYZ 52.5 62.51 20.61 -
YUV 199.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 209 214 97 0.02 0 0.55 0.16 62.56 0.59 0.61
Hex D1 D6 61 2 0 37 10 3F 3B 3D
Octal 321 326 141 2 0 67 20 77 73 75
Binary 11010001 11010110 1100001 10 0 110111 10000 111111 111011 111101

Color Harmonies of #D1D661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D661

Black with #D1D661

Text Example


Text Example

White with #D1D661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D661; }

 p { color: rgb(209,214,97); }

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

background-color css

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

 a { background-color: rgb(209,214,97); }

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

border-color css

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

 span { border-color: rgb(209,214,97); }

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