Html Css Color HEX #D1DA61 Goldenrod

📋 copy color: '#D1DA61'

red 209 ◦ green 218 ◦ blue 97

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

Shades of Goldenrod #D1DA61

Tints of Goldenrod #D1DA61

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

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

R = 39.89%
G = 41.6%
B = 18.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D1DA61 (or 0xD1DA61) is known color: Goldenrod. HEX triplet: D1, DA and 61. RGB value is (209,218,97). Sum of RGB (Red+Green+Blue) = 209+218+97=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA61 is #2E259E. Grayscale: #C9C9C9. Windows color (decimal): -3024287 or 6413009. OLE color: 6413009.

HSL color Cylindrical-coordinate representation of color #D1DA61: hue angle of 64.46º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1DA61 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 97 -
CMYK 0.04 0 0.56 0.15
HSL 64.46º 0.62% 0.62% -
HSV(B) 64.46º 0.56% 0.85% -
XYZ 53.52 64.56 20.95 -
YUV 201.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 209 218 97 0.04 0 0.56 0.15 64.46 0.62 0.62
Hex D1 DA 61 4 0 38 F 40 3E 3E
Octal 321 332 141 4 0 70 17 100 76 76
Binary 11010001 11011010 1100001 100 0 111000 1111 1000000 111110 111110

Color Harmonies of #D1DA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA61

Black with #D1DA61

Text Example


Text Example

White with #D1DA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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