Html Css Color HEX #D1D764 Goldenrod

📋 copy color: '#D1D764'

red 209 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #D1D764

Tints of Goldenrod #D1D764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.08%

R = 39.89%
G = 41.03%
B = 19.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D1D764 (or 0xD1D764) is known color: Goldenrod. HEX triplet: D1, D7 and 64. RGB value is (209,215,100). Sum of RGB (Red+Green+Blue) = 209+215+100=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D764 is #2E289B. Grayscale: #C8C8C8. Windows color (decimal): -3025052 or 6608849. OLE color: 6608849.

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

Color convert

RGB 209 215 100 -
CMYK 0.03 0 0.53 0.16
HSL 63.13º 0.59% 0.62% -
HSV(B) 63.13º 0.53% 0.84% -
XYZ 52.9 63.08 21.44 -
YUV 200.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 209 215 100 0.03 0 0.53 0.16 63.13 0.59 0.62
Hex D1 D7 64 3 0 35 10 3F 3B 3E
Octal 321 327 144 3 0 65 20 77 73 76
Binary 11010001 11010111 1100100 11 0 110101 10000 111111 111011 111110

Color Harmonies of #D1D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D764

Black with #D1D764

Text Example


Text Example

White with #D1D764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D764; }

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

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

background-color css

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

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

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

border-color css

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

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

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