Html Css Color HEX #D7D070 Goldenrod

📋 copy color: '#D7D070'

red 215 ◦ green 208 ◦ blue 112

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

Shades of Goldenrod #D7D070

Tints of Goldenrod #D7D070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.93%

R = 40.19%
G = 38.88%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7D070 (or 0xD7D070) is known color: Goldenrod. HEX triplet: D7, D0 and 70. RGB value is (215,208,112). Sum of RGB (Red+Green+Blue) = 215+208+112=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D070 is #282F8F. Grayscale: #C7C7C7. Windows color (decimal): -2633616 or 7393495. OLE color: 7393495.

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

Color convert

RGB 215 208 112 -
CMYK 0 0.03 0.48 0.16
HSL 55.92º 0.56% 0.64% -
HSV(B) 55.92º 0.48% 0.84% -
XYZ 53.5 60.73 24.23 -
YUV 199.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 215 208 112 0 0.03 0.48 0.16 55.92 0.56 0.64
Hex D7 D0 70 0 3 30 10 38 38 40
Octal 327 320 160 0 3 60 20 70 70 100
Binary 11010111 11010000 1110000 0 11 110000 10000 111000 111000 1000000

Color Harmonies of #D7D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D070

Black with #D7D070

Text Example


Text Example

White with #D7D070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D070; }

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

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

background-color css

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

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

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

border-color css

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

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

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