Html Css Color HEX #D7D374 Goldenrod

📋 copy color: '#D7D374'

red 215 ◦ green 211 ◦ blue 116

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

Shades of Goldenrod #D7D374

Tints of Goldenrod #D7D374

RGB

 RED value IS 215 (84.38% from 255) = 39.67%

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

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

R = 39.67%
G = 38.93%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7D374 (or 0xD7D374) is known color: Goldenrod. HEX triplet: D7, D3 and 74. RGB value is (215,211,116). Sum of RGB (Red+Green+Blue) = 215+211+116=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D374 is #282C8B. Grayscale: #C9C9C9. Windows color (decimal): -2632844 or 7656407. OLE color: 7656407.

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

Color convert

RGB 215 211 116 -
CMYK 0 0.02 0.46 0.16
HSL 57.58º 0.55% 0.65% -
HSV(B) 57.58º 0.46% 0.84% -
XYZ 54.47 62.3 25.68 -
YUV 201.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 215 211 116 0 0.02 0.46 0.16 57.58 0.55 0.65
Hex D7 D3 74 0 2 2E 10 3A 37 41
Octal 327 323 164 0 2 56 20 72 67 101
Binary 11010111 11010011 1110100 0 10 101110 10000 111010 110111 1000001

Color Harmonies of #D7D374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D374

Black with #D7D374

Text Example


Text Example

White with #D7D374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D374; }

 p { color: rgb(215,211,116); }

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

background-color css

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

 a { background-color: rgb(215,211,116); }

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

border-color css

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

 span { border-color: rgb(215,211,116); }

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