Html Css Color HEX #DADA71 Goldenrod

📋 copy color: '#DADA71'

red 218 ◦ green 218 ◦ blue 113

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

Shades of Goldenrod #DADA71

Tints of Goldenrod #DADA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.71%

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

R = 39.71%
G = 39.71%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DADA71 (or 0xDADA71) is known color: Goldenrod. HEX triplet: DA, DA and 71. RGB value is (218,218,113). Sum of RGB (Red+Green+Blue) = 218+218+113=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA71 is #25258E. Grayscale: #CECECE. Windows color (decimal): -2434447 or 7461594. OLE color: 7461594.

HSL color Cylindrical-coordinate representation of color #DADA71: hue angle of 60º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DADA71 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 113 -
CMYK 0 0 0.48 0.15
HSL 60º 0.59% 0.65% -
HSV(B) 60º 0.48% 0.85% -
XYZ 56.97 66.24 25.41 -
YUV 206.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 218 218 113 0 0 0.48 0.15 60 0.59 0.65
Hex DA DA 71 0 0 30 F 3C 3B 41
Octal 332 332 161 0 0 60 17 74 73 101
Binary 11011010 11011010 1110001 0 0 110000 1111 111100 111011 1000001

Color Harmonies of #DADA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA71

Black with #DADA71

Text Example


Text Example

White with #DADA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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