Html Css Color HEX #D8DB7E Goldenrod

📋 copy color: '#D8DB7E'

red 216 ◦ green 219 ◦ blue 126

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

Shades of Goldenrod #D8DB7E

Tints of Goldenrod #D8DB7E

RGB

 RED value IS 216 (84.77% from 255) = 38.5%

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

 BLUE value IS 126 (49.61% from 255) = 22.46%

R = 38.5%
G = 39.04%
B = 22.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#D8DB7E (or 0xD8DB7E) is known color: Goldenrod. HEX triplet: D8, DB and 7E. RGB value is (216,219,126). Sum of RGB (Red+Green+Blue) = 216+219+126=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB7E is #272481. Grayscale: #CFCFCF. Windows color (decimal): -2565250 or 8313816. OLE color: 8313816.

HSL color Cylindrical-coordinate representation of color #D8DB7E: hue angle of 61.94º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8DB7E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 126 -
CMYK 0.01 0 0.42 0.14
HSL 61.94º 0.56% 0.68% -
HSV(B) 61.94º 0.42% 0.86% -
XYZ 57.42 66.77 29.6 -
YUV 207.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 216 219 126 0.01 0 0.42 0.14 61.94 0.56 0.68
Hex D8 DB 7E 1 0 2A E 3E 38 44
Octal 330 333 176 1 0 52 16 76 70 104
Binary 11011000 11011011 1111110 1 0 101010 1110 111110 111000 1000100

Color Harmonies of #D8DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB7E

Black with #D8DB7E

Text Example


Text Example

White with #D8DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB7E; }

 p { color: rgb(216,219,126); }

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

background-color css

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

 a { background-color: rgb(216,219,126); }

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

border-color css

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

 span { border-color: rgb(216,219,126); }

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