Html Css Color HEX #D7D074 Goldenrod

📋 copy color: '#D7D074'

red 215 ◦ green 208 ◦ blue 116

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

Shades of Goldenrod #D7D074

Tints of Goldenrod #D7D074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.59%

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

R = 39.89%
G = 38.59%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7D074 (or 0xD7D074) is known color: Goldenrod. HEX triplet: D7, D0 and 74. RGB value is (215,208,116). Sum of RGB (Red+Green+Blue) = 215+208+116=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D074 is #282F8B. Grayscale: #C7C7C7. Windows color (decimal): -2633612 or 7655639. OLE color: 7655639.

HSL color Cylindrical-coordinate representation of color #D7D074: hue angle of 55.76º 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 #D7D074 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 116 -
CMYK 0 0.03 0.46 0.16
HSL 55.76º 0.55% 0.65% -
HSV(B) 55.76º 0.46% 0.84% -
XYZ 53.73 60.82 25.43 -
YUV 199.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 215 208 116 0 0.03 0.46 0.16 55.76 0.55 0.65
Hex D7 D0 74 0 3 2E 10 38 37 41
Octal 327 320 164 0 3 56 20 70 67 101
Binary 11010111 11010000 1110100 0 11 101110 10000 111000 110111 1000001

Color Harmonies of #D7D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D074

Black with #D7D074

Text Example


Text Example

White with #D7D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D074; }

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

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

background-color css

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

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

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

border-color css

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

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

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