Html Css Color HEX #D5DF6D Goldenrod

📋 copy color: '#D5DF6D'

red 213 ◦ green 223 ◦ blue 109

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

Shades of Goldenrod #D5DF6D

Tints of Goldenrod #D5DF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20%

R = 39.08%
G = 40.92%
B = 20%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#D5DF6D (or 0xD5DF6D) is known color: Goldenrod. HEX triplet: D5, DF and 6D. RGB value is (213,223,109). Sum of RGB (Red+Green+Blue) = 213+223+109=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF6D is #2A2092. Grayscale: #CFCFCF. Windows color (decimal): -2760851 or 7200725. OLE color: 7200725.

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

Color convert

RGB 213 223 109 -
CMYK 0.04 0 0.51 0.13
HSL 65.26º 0.64% 0.65% -
HSV(B) 65.26º 0.51% 0.87% -
XYZ 56.59 68.03 24.62 -
YUV 207.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 213 223 109 0.04 0 0.51 0.13 65.26 0.64 0.65
Hex D5 DF 6D 4 0 33 D 41 40 41
Octal 325 337 155 4 0 63 15 101 100 101
Binary 11010101 11011111 1101101 100 0 110011 1101 1000001 1000000 1000001

Color Harmonies of #D5DF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF6D

Black with #D5DF6D

Text Example


Text Example

White with #D5DF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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