Html Css Color HEX #D5DF7D Goldenrod

📋 copy color: '#D5DF7D'

red 213 ◦ green 223 ◦ blue 125

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

Shades of Goldenrod #D5DF7D

Tints of Goldenrod #D5DF7D

RGB

 RED value IS 213 (83.59% from 255) = 37.97%

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

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

R = 37.97%
G = 39.75%
B = 22.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#D5DF7D (or 0xD5DF7D) is known color: Goldenrod. HEX triplet: D5, DF and 7D. RGB value is (213,223,125). Sum of RGB (Red+Green+Blue) = 213+223+125=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF7D is #2A2082. Grayscale: #D1D1D1. Windows color (decimal): -2760835 or 8249301. OLE color: 8249301.

HSL color Cylindrical-coordinate representation of color #D5DF7D: hue angle of 66.12º 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 #D5DF7D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 125 -
CMYK 0.04 0 0.44 0.13
HSL 66.12º 0.6% 0.68% -
HSV(B) 66.12º 0.44% 0.87% -
XYZ 57.53 68.4 29.57 -
YUV 208.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 213 223 125 0.04 0 0.44 0.13 66.12 0.6 0.68
Hex D5 DF 7D 4 0 2C D 42 3C 44
Octal 325 337 175 4 0 54 15 102 74 104
Binary 11010101 11011111 1111101 100 0 101100 1101 1000010 111100 1000100

Color Harmonies of #D5DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF7D

Black with #D5DF7D

Text Example


Text Example

White with #D5DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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