Html Css Color HEX #D1D762 Goldenrod

📋 copy color: '#D1D762'

red 209 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #D1D762

Tints of Goldenrod #D1D762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

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

R = 40.04%
G = 41.19%
B = 18.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D1D762 (or 0xD1D762) is known color: Goldenrod. HEX triplet: D1, D7 and 62. RGB value is (209,215,98). Sum of RGB (Red+Green+Blue) = 209+215+98=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D762 is #2E289D. Grayscale: #C8C8C8. Windows color (decimal): -3025054 or 6477777. OLE color: 6477777.

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

Color convert

RGB 209 215 98 -
CMYK 0.03 0 0.54 0.16
HSL 63.08º 0.59% 0.61% -
HSV(B) 63.08º 0.54% 0.84% -
XYZ 52.8 63.04 20.94 -
YUV 199.87 70.51 134.51 -
System Red Green Blue C M Y K H S L
Decimal 209 215 98 0.03 0 0.54 0.16 63.08 0.59 0.61
Hex D1 D7 62 3 0 36 10 3F 3B 3D
Octal 321 327 142 3 0 66 20 77 73 75
Binary 11010001 11010111 1100010 11 0 110110 10000 111111 111011 111101

Color Harmonies of #D1D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D762

Black with #D1D762

Text Example


Text Example

White with #D1D762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D762; }

 p { color: rgb(209,215,98); }

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

background-color css

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

 a { background-color: rgb(209,215,98); }

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

border-color css

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

 span { border-color: rgb(209,215,98); }

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