Html Css Color HEX #D2D874 Goldenrod

📋 copy color: '#D2D874'

red 210 ◦ green 216 ◦ blue 116

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

Shades of Goldenrod #D2D874

Tints of Goldenrod #D2D874

RGB

 RED value IS 210 (82.42% from 255) = 38.75%

 GREEN value IS 216 (84.77% from 255) = 39.85%

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 38.75%
G = 39.85%
B = 21.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D2D874 (or 0xD2D874) is known color: Goldenrod. HEX triplet: D2, D8 and 74. RGB value is (210,216,116). Sum of RGB (Red+Green+Blue) = 210+216+116=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D874 is #2D278B. Grayscale: #CBCBCB. Windows color (decimal): -2959244 or 7657682. OLE color: 7657682.

HSL color Cylindrical-coordinate representation of color #D2D874: hue angle of 63.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2D874 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 116 -
CMYK 0.03 0 0.46 0.15
HSL 63.6º 0.56% 0.65% -
HSV(B) 63.6º 0.46% 0.85% -
XYZ 54.29 64.07 26.03 -
YUV 202.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 210 216 116 0.03 0 0.46 0.15 63.6 0.56 0.65
Hex D2 D8 74 3 0 2E F 40 38 41
Octal 322 330 164 3 0 56 17 100 70 101
Binary 11010010 11011000 1110100 11 0 101110 1111 1000000 111000 1000001

Color Harmonies of #D2D874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D874

Black with #D2D874

Text Example


Text Example

White with #D2D874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D874; }

 p { color: rgb(210,216,116); }

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

background-color css

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

 a { background-color: rgb(210,216,116); }

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

border-color css

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

 span { border-color: rgb(210,216,116); }

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