Html Css Color HEX #D1DD6A Goldenrod

📋 copy color: '#D1DD6A'

red 209 ◦ green 221 ◦ blue 106

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

Shades of Goldenrod #D1DD6A

Tints of Goldenrod #D1DD6A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 106 (41.8% from 255) = 19.78%

R = 38.99%
G = 41.23%
B = 19.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#D1DD6A (or 0xD1DD6A) is known color: Goldenrod. HEX triplet: D1, DD and 6A. RGB value is (209,221,106). Sum of RGB (Red+Green+Blue) = 209+221+106=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD6A is #2E2295. Grayscale: #CCCCCC. Windows color (decimal): -3023510 or 7003601. OLE color: 7003601.

HSL color Cylindrical-coordinate representation of color #D1DD6A: hue angle of 66.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1DD6A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 106 -
CMYK 0.05 0 0.52 0.13
HSL 66.26º 0.63% 0.64% -
HSV(B) 66.26º 0.52% 0.87% -
XYZ 54.75 66.31 23.55 -
YUV 204.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 209 221 106 0.05 0 0.52 0.13 66.26 0.63 0.64
Hex D1 DD 6A 5 0 34 D 42 3F 40
Octal 321 335 152 5 0 64 15 102 77 100
Binary 11010001 11011101 1101010 101 0 110100 1101 1000010 111111 1000000

Color Harmonies of #D1DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD6A

Black with #D1DD6A

Text Example


Text Example

White with #D1DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD6A; }

 p { color: rgb(209,221,106); }

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

background-color css

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

 a { background-color: rgb(209,221,106); }

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

border-color css

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

 span { border-color: rgb(209,221,106); }

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