Html Css Color HEX #D7DB76 Goldenrod

📋 copy color: '#D7DB76'

red 215 ◦ green 219 ◦ blue 118

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

Shades of Goldenrod #D7DB76

Tints of Goldenrod #D7DB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

 BLUE value IS 118 (46.48% from 255) = 21.38%

R = 38.95%
G = 39.67%
B = 21.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#D7DB76 (or 0xD7DB76) is known color: Goldenrod. HEX triplet: D7, DB and 76. RGB value is (215,219,118). Sum of RGB (Red+Green+Blue) = 215+219+118=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DB76 is #282489. Grayscale: #CECECE. Windows color (decimal): -2630794 or 7789527. OLE color: 7789527.

HSL color Cylindrical-coordinate representation of color #D7DB76: hue angle of 62.38º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7DB76 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 219 118 -
CMYK 0.02 0 0.46 0.14
HSL 62.38º 0.58% 0.66% -
HSV(B) 62.38º 0.46% 0.86% -
XYZ 56.63 66.42 26.98 -
YUV 206.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 215 219 118 0.02 0 0.46 0.14 62.38 0.58 0.66
Hex D7 DB 76 2 0 2E E 3E 3A 42
Octal 327 333 166 2 0 56 16 76 72 102
Binary 11010111 11011011 1110110 10 0 101110 1110 111110 111010 1000010

Color Harmonies of #D7DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB76

Black with #D7DB76

Text Example


Text Example

White with #D7DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB76; }

 p { color: rgb(215,219,118); }

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

background-color css

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

 a { background-color: rgb(215,219,118); }

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

border-color css

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

 span { border-color: rgb(215,219,118); }

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