Html Css Color HEX #D5DF6F Goldenrod

📋 copy color: '#D5DF6F'

red 213 ◦ green 223 ◦ blue 111

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

Shades of Goldenrod #D5DF6F

Tints of Goldenrod #D5DF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 38.94%
G = 40.77%
B = 20.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#D5DF6F (or 0xD5DF6F) is known color: Goldenrod. HEX triplet: D5, DF and 6F. RGB value is (213,223,111). Sum of RGB (Red+Green+Blue) = 213+223+111=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF6F is #2A2090. Grayscale: #CFCFCF. Windows color (decimal): -2760849 or 7331797. OLE color: 7331797.

HSL color Cylindrical-coordinate representation of color #D5DF6F: hue angle of 65.36º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5DF6F is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 111 -
CMYK 0.04 0 0.50 0.13
HSL 65.36º 0.64% 0.65% -
HSV(B) 65.36º 0.5% 0.87% -
XYZ 56.7 68.07 25.19 -
YUV 207.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 213 223 111 0.04 0 0.50 0.13 65.36 0.64 0.65
Hex D5 DF 6F 4 0 32 D 41 40 41
Octal 325 337 157 4 0 62 15 101 100 101
Binary 11010101 11011111 1101111 100 0 110010 1101 1000001 1000000 1000001

Color Harmonies of #D5DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF6F

Black with #D5DF6F

Text Example


Text Example

White with #D5DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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