Html Css Color HEX #D8DF7D Goldenrod

📋 copy color: '#D8DF7D'

red 216 ◦ green 223 ◦ blue 125

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

Shades of Goldenrod #D8DF7D

Tints of Goldenrod #D8DF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.16%

R = 38.3%
G = 39.54%
B = 22.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#D8DF7D (or 0xD8DF7D) is known color: Goldenrod. HEX triplet: D8, DF and 7D. RGB value is (216,223,125). Sum of RGB (Red+Green+Blue) = 216+223+125=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DF7D is #272082. Grayscale: #D2D2D2. Windows color (decimal): -2564227 or 8249304. OLE color: 8249304.

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

Color convert

RGB 216 223 125 -
CMYK 0.03 0 0.44 0.13
HSL 64.29º 0.6% 0.68% -
HSV(B) 64.29º 0.44% 0.87% -
XYZ 58.41 68.85 29.61 -
YUV 209.74 80.18 132.47 -
System Red Green Blue C M Y K H S L
Decimal 216 223 125 0.03 0 0.44 0.13 64.29 0.6 0.68
Hex D8 DF 7D 3 0 2C D 40 3C 44
Octal 330 337 175 3 0 54 15 100 74 104
Binary 11011000 11011111 1111101 11 0 101100 1101 1000000 111100 1000100

Color Harmonies of #D8DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF7D

Black with #D8DF7D

Text Example


Text Example

White with #D8DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF7D; }

 p { color: rgb(216,223,125); }

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

background-color css

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

 a { background-color: rgb(216,223,125); }

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

border-color css

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

 span { border-color: rgb(216,223,125); }

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