Html Css Color HEX #D3DD71 Goldenrod

📋 copy color: '#D3DD71'

red 211 ◦ green 221 ◦ blue 113

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

Shades of Goldenrod #D3DD71

Tints of Goldenrod #D3DD71

RGB

 RED value IS 211 (82.81% from 255) = 38.72%

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

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

R = 38.72%
G = 40.55%
B = 20.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#D3DD71 (or 0xD3DD71) is known color: Goldenrod. HEX triplet: D3, DD and 71. RGB value is (211,221,113). Sum of RGB (Red+Green+Blue) = 211+221+113=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD71 is #2C228E. Grayscale: #CECECE. Windows color (decimal): -2892431 or 7462355. OLE color: 7462355.

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

Color convert

RGB 211 221 113 -
CMYK 0.05 0 0.49 0.13
HSL 65.56º 0.61% 0.65% -
HSV(B) 65.56º 0.49% 0.87% -
XYZ 55.7 66.75 25.57 -
YUV 205.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 211 221 113 0.05 0 0.49 0.13 65.56 0.61 0.65
Hex D3 DD 71 5 0 31 D 42 3D 41
Octal 323 335 161 5 0 61 15 102 75 101
Binary 11010011 11011101 1110001 101 0 110001 1101 1000010 111101 1000001

Color Harmonies of #D3DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DD71

Black with #D3DD71

Text Example


Text Example

White with #D3DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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