Html Css Color HEX #D1D672 Goldenrod

📋 copy color: '#D1D672'

red 209 ◦ green 214 ◦ blue 114

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

Shades of Goldenrod #D1D672

Tints of Goldenrod #D1D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.85%

 BLUE value IS 114 (44.92% from 255) = 21.23%

R = 38.92%
G = 39.85%
B = 21.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D1D672 (or 0xD1D672) is known color: Goldenrod. HEX triplet: D1, D6 and 72. RGB value is (209,214,114). Sum of RGB (Red+Green+Blue) = 209+214+114=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D672 is #2E298D. Grayscale: #C9C9C9. Windows color (decimal): -3025294 or 7526097. OLE color: 7526097.

HSL color Cylindrical-coordinate representation of color #D1D672: hue angle of 63º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1D672 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 114 -
CMYK 0.02 0 0.47 0.16
HSL 63º 0.55% 0.64% -
HSV(B) 63º 0.47% 0.84% -
XYZ 53.38 62.86 25.24 -
YUV 201.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 209 214 114 0.02 0 0.47 0.16 63 0.55 0.64
Hex D1 D6 72 2 0 2F 10 3F 37 40
Octal 321 326 162 2 0 57 20 77 67 100
Binary 11010001 11010110 1110010 10 0 101111 10000 111111 110111 1000000

Color Harmonies of #D1D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D672

Black with #D1D672

Text Example


Text Example

White with #D1D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D672; }

 p { color: rgb(209,214,114); }

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

background-color css

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

 a { background-color: rgb(209,214,114); }

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

border-color css

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

 span { border-color: rgb(209,214,114); }

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