Html Css Color HEX #DADC71 Goldenrod

📋 copy color: '#DADC71'

red 218 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #DADC71

Tints of Goldenrod #DADC71

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

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

R = 39.56%
G = 39.93%
B = 20.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DADC71 (or 0xDADC71) is known color: Goldenrod. HEX triplet: DA, DC and 71. RGB value is (218,220,113). Sum of RGB (Red+Green+Blue) = 218+220+113=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC71 is #25238E. Grayscale: #CFCFCF. Windows color (decimal): -2433935 or 7462106. OLE color: 7462106.

HSL color Cylindrical-coordinate representation of color #DADC71: hue angle of 61.12º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DADC71 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 113 -
CMYK 0.01 0 0.49 0.14
HSL 61.12º 0.6% 0.65% -
HSV(B) 61.12º 0.49% 0.86% -
XYZ 57.49 67.28 25.58 -
YUV 207.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 218 220 113 0.01 0 0.49 0.14 61.12 0.6 0.65
Hex DA DC 71 1 0 31 E 3D 3C 41
Octal 332 334 161 1 0 61 16 75 74 101
Binary 11011010 11011100 1110001 1 0 110001 1110 111101 111100 1000001

Color Harmonies of #DADC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC71

Black with #DADC71

Text Example


Text Example

White with #DADC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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