Html Css Color HEX #DADD71 Goldenrod

📋 copy color: '#DADD71'

red 218 ◦ green 221 ◦ blue 113

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

Shades of Goldenrod #DADD71

Tints of Goldenrod #DADD71

RGB

 RED value IS 218 (85.55% from 255) = 39.49%

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

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

R = 39.49%
G = 40.04%
B = 20.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DADD71 (or 0xDADD71) is known color: Goldenrod. HEX triplet: DA, DD and 71. RGB value is (218,221,113). Sum of RGB (Red+Green+Blue) = 218+221+113=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD71 is #25228E. Grayscale: #D0D0D0. Windows color (decimal): -2433679 or 7462362. OLE color: 7462362.

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

Color convert

RGB 218 221 113 -
CMYK 0.01 0 0.49 0.13
HSL 61.67º 0.61% 0.65% -
HSV(B) 61.67º 0.49% 0.87% -
XYZ 57.75 67.81 25.67 -
YUV 207.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 218 221 113 0.01 0 0.49 0.13 61.67 0.61 0.65
Hex DA DD 71 1 0 31 D 3E 3D 41
Octal 332 335 161 1 0 61 15 76 75 101
Binary 11011010 11011101 1110001 1 0 110001 1101 111110 111101 1000001

Color Harmonies of #DADD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD71

Black with #DADD71

Text Example


Text Example

White with #DADD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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