Html Css Color HEX #D7DF80 Goldenrod

📋 copy color: '#D7DF80'

red 215 ◦ green 223 ◦ blue 128

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

Shades of Goldenrod #D7DF80

Tints of Goldenrod #D7DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.4%

 BLUE value IS 128 (50.39% from 255) = 22.61%

R = 37.99%
G = 39.4%
B = 22.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#D7DF80 (or 0xD7DF80) is known color: Goldenrod. HEX triplet: D7, DF and 80. RGB value is (215,223,128). Sum of RGB (Red+Green+Blue) = 215+223+128=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DF80 is #28207F. Grayscale: #D2D2D2. Windows color (decimal): -2629760 or 8445911. OLE color: 8445911.

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

Color convert

RGB 215 223 128 -
CMYK 0.04 0 0.43 0.13
HSL 65.05º 0.6% 0.69% -
HSV(B) 65.05º 0.43% 0.87% -
XYZ 58.31 68.78 30.62 -
YUV 209.78 81.85 131.72 -
System Red Green Blue C M Y K H S L
Decimal 215 223 128 0.04 0 0.43 0.13 65.05 0.6 0.69
Hex D7 DF 80 4 0 2B D 41 3C 45
Octal 327 337 200 4 0 53 15 101 74 105
Binary 11010111 11011111 10000000 100 0 101011 1101 1000001 111100 1000101

Color Harmonies of #D7DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DF80

Black with #D7DF80

Text Example


Text Example

White with #D7DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DF80; }

 p { color: rgb(215,223,128); }

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

background-color css

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

 a { background-color: rgb(215,223,128); }

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

border-color css

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

 span { border-color: rgb(215,223,128); }

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