Html Css Color HEX #D1D26A Goldenrod

📋 copy color: '#D1D26A'

red 209 ◦ green 210 ◦ blue 106

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

Shades of Goldenrod #D1D26A

Tints of Goldenrod #D1D26A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

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

R = 39.81%
G = 40%
B = 20.19%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1D26A (or 0xD1D26A) is known color: Goldenrod. HEX triplet: D1, D2 and 6A. RGB value is (209,210,106). Sum of RGB (Red+Green+Blue) = 209+210+106=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D26A is #2E2D95. Grayscale: #C6C6C6. Windows color (decimal): -3026326 or 7000785. OLE color: 7000785.

HSL color Cylindrical-coordinate representation of color #D1D26A: hue angle of 60.58º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1D26A is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 210 106 -
CMYK 0.00 0 0.50 0.18
HSL 60.58º 0.54% 0.62% -
HSV(B) 60.58º 0.5% 0.82% -
XYZ 51.94 60.69 22.61 -
YUV 197.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 209 210 106 0.00 0 0.50 0.18 60.58 0.54 0.62
Hex D1 D2 6A 0 0 32 12 3D 36 3E
Octal 321 322 152 0 0 62 22 75 66 76
Binary 11010001 11010010 1101010 0 0 110010 10010 111101 110110 111110

Color Harmonies of #D1D26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D26A

Black with #D1D26A

Text Example


Text Example

White with #D1D26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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