Html Css Color HEX #D7D06F Goldenrod

📋 copy color: '#D7D06F'

red 215 ◦ green 208 ◦ blue 111

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

Shades of Goldenrod #D7D06F

Tints of Goldenrod #D7D06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 40.26%
G = 38.95%
B = 20.79%

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

#D7D06F (or 0xD7D06F) is known color: Goldenrod. HEX triplet: D7, D0 and 6F. RGB value is (215,208,111). Sum of RGB (Red+Green+Blue) = 215+208+111=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D06F is #282F90. Grayscale: #C7C7C7. Windows color (decimal): -2633617 or 7327959. OLE color: 7327959.

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

Color convert

RGB 215 208 111 -
CMYK 0 0.03 0.48 0.16
HSL 55.96º 0.57% 0.64% -
HSV(B) 55.96º 0.48% 0.84% -
XYZ 53.45 60.71 23.94 -
YUV 199.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 215 208 111 0 0.03 0.48 0.16 55.96 0.57 0.64
Hex D7 D0 6F 0 3 30 10 38 39 40
Octal 327 320 157 0 3 60 20 70 71 100
Binary 11010111 11010000 1101111 0 11 110000 10000 111000 111001 1000000

Color Harmonies of #D7D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D06F

Black with #D7D06F

Text Example


Text Example

White with #D7D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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