Html Css Color HEX #D8E082 Goldenrod

📋 copy color: '#D8E082'

red 216 ◦ green 224 ◦ blue 130

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

Shades of Goldenrod #D8E082

Tints of Goldenrod #D8E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.3%

 BLUE value IS 130 (51.17% from 255) = 22.81%

R = 37.89%
G = 39.3%
B = 22.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#D8E082 (or 0xD8E082) is known color: Goldenrod. HEX triplet: D8, E0 and 82. RGB value is (216,224,130). Sum of RGB (Red+Green+Blue) = 216+224+130=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E082 is #271F7D. Grayscale: #D3D3D3. Windows color (decimal): -2563966 or 8577240. OLE color: 8577240.

HSL color Cylindrical-coordinate representation of color #D8E082: hue angle of 65.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8E082 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 224 130 -
CMYK 0.04 0 0.42 0.12
HSL 65.11º 0.6% 0.69% -
HSV(B) 65.11º 0.42% 0.88% -
XYZ 59 69.52 31.43 -
YUV 210.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 216 224 130 0.04 0 0.42 0.12 65.11 0.6 0.69
Hex D8 E0 82 4 0 2A C 41 3C 45
Octal 330 340 202 4 0 52 14 101 74 105
Binary 11011000 11100000 10000010 100 0 101010 1100 1000001 111100 1000101

Color Harmonies of #D8E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E082

Black with #D8E082

Text Example


Text Example

White with #D8E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E082; }

 p { color: rgb(216,224,130); }

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

background-color css

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

 a { background-color: rgb(216,224,130); }

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

border-color css

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

 span { border-color: rgb(216,224,130); }

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