Html Css Color HEX #D1D366 Goldenrod

📋 copy color: '#D1D366'

red 209 ◦ green 211 ◦ blue 102

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

Shades of Goldenrod #D1D366

Tints of Goldenrod #D1D366

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.42%

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 40.04%
G = 40.42%
B = 19.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D1D366 (or 0xD1D366) is known color: Goldenrod. HEX triplet: D1, D3 and 66. RGB value is (209,211,102). Sum of RGB (Red+Green+Blue) = 209+211+102=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D366 is #2E2C99. Grayscale: #C6C6C6. Windows color (decimal): -3026074 or 6738897. OLE color: 6738897.

HSL color Cylindrical-coordinate representation of color #D1D366: hue angle of 61.1º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1D366 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 211 102 -
CMYK 0.01 0 0.52 0.17
HSL 61.1º 0.55% 0.61% -
HSV(B) 61.1º 0.52% 0.83% -
XYZ 51.99 61.1 21.62 -
YUV 197.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 209 211 102 0.01 0 0.52 0.17 61.1 0.55 0.61
Hex D1 D3 66 1 0 34 11 3D 37 3D
Octal 321 323 146 1 0 64 21 75 67 75
Binary 11010001 11010011 1100110 1 0 110100 10001 111101 110111 111101

Color Harmonies of #D1D366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D366

Black with #D1D366

Text Example


Text Example

White with #D1D366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D366; }

 p { color: rgb(209,211,102); }

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

background-color css

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

 a { background-color: rgb(209,211,102); }

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

border-color css

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

 span { border-color: rgb(209,211,102); }

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