Html Css Color HEX #D7D073 Goldenrod

📋 copy color: '#D7D073'

red 215 ◦ green 208 ◦ blue 115

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

Shades of Goldenrod #D7D073

Tints of Goldenrod #D7D073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.38%

R = 39.96%
G = 38.66%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7D073 (or 0xD7D073) is known color: Goldenrod. HEX triplet: D7, D0 and 73. RGB value is (215,208,115). Sum of RGB (Red+Green+Blue) = 215+208+115=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D073 is #282F8C. Grayscale: #C7C7C7. Windows color (decimal): -2633613 or 7590103. OLE color: 7590103.

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

Color convert

RGB 215 208 115 -
CMYK 0 0.03 0.47 0.16
HSL 55.8º 0.56% 0.65% -
HSV(B) 55.8º 0.47% 0.84% -
XYZ 53.67 60.8 25.13 -
YUV 199.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 215 208 115 0 0.03 0.47 0.16 55.8 0.56 0.65
Hex D7 D0 73 0 3 2F 10 38 38 41
Octal 327 320 163 0 3 57 20 70 70 101
Binary 11010111 11010000 1110011 0 11 101111 10000 111000 111000 1000001

Color Harmonies of #D7D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D073

Black with #D7D073

Text Example


Text Example

White with #D7D073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D073; }

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

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

background-color css

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

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

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

border-color css

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

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

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