Html Css Color HEX #D5DF76 Goldenrod

📋 copy color: '#D5DF76'

red 213 ◦ green 223 ◦ blue 118

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

Shades of Goldenrod #D5DF76

Tints of Goldenrod #D5DF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.3%

R = 38.45%
G = 40.25%
B = 21.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D5DF76 (or 0xD5DF76) is known color: Goldenrod. HEX triplet: D5, DF and 76. RGB value is (213,223,118). Sum of RGB (Red+Green+Blue) = 213+223+118=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF76 is #2A2089. Grayscale: #D0D0D0. Windows color (decimal): -2760842 or 7790549. OLE color: 7790549.

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

Color convert

RGB 213 223 118 -
CMYK 0.04 0 0.47 0.13
HSL 65.71º 0.62% 0.67% -
HSV(B) 65.71º 0.47% 0.87% -
XYZ 57.1 68.23 27.3 -
YUV 208.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 213 223 118 0.04 0 0.47 0.13 65.71 0.62 0.67
Hex D5 DF 76 4 0 2F D 42 3E 43
Octal 325 337 166 4 0 57 15 102 76 103
Binary 11010101 11011111 1110110 100 0 101111 1101 1000010 111110 1000011

Color Harmonies of #D5DF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF76

Black with #D5DF76

Text Example


Text Example

White with #D5DF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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