Html Css Color HEX #D5DD71 Goldenrod

📋 copy color: '#D5DD71'

red 213 ◦ green 221 ◦ blue 113

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

Shades of Goldenrod #D5DD71

Tints of Goldenrod #D5DD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

 BLUE value IS 113 (44.53% from 255) = 20.66%

R = 38.94%
G = 40.4%
B = 20.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#D5DD71 (or 0xD5DD71) is known color: Goldenrod. HEX triplet: D5, DD and 71. RGB value is (213,221,113). Sum of RGB (Red+Green+Blue) = 213+221+113=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD71 is #2A228E. Grayscale: #CECECE. Windows color (decimal): -2761359 or 7462357. OLE color: 7462357.

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

Color convert

RGB 213 221 113 -
CMYK 0.04 0 0.49 0.13
HSL 64.44º 0.61% 0.65% -
HSV(B) 64.44º 0.49% 0.87% -
XYZ 56.28 67.05 25.6 -
YUV 206.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 213 221 113 0.04 0 0.49 0.13 64.44 0.61 0.65
Hex D5 DD 71 4 0 31 D 40 3D 41
Octal 325 335 161 4 0 61 15 100 75 101
Binary 11010101 11011101 1110001 100 0 110001 1101 1000000 111101 1000001

Color Harmonies of #D5DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD71

Black with #D5DD71

Text Example


Text Example

White with #D5DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD71; }

 p { color: rgb(213,221,113); }

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

background-color css

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

 a { background-color: rgb(213,221,113); }

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

border-color css

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

 span { border-color: rgb(213,221,113); }

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