Html Css Color HEX #DADC61 Goldenrod

📋 copy color: '#DADC61'

red 218 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #DADC61

Tints of Goldenrod #DADC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.13%

R = 40.75%
G = 41.12%
B = 18.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DADC61 (or 0xDADC61) is known color: Goldenrod. HEX triplet: DA, DC and 61. RGB value is (218,220,97). Sum of RGB (Red+Green+Blue) = 218+220+97=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC61 is #25239E. Grayscale: #CDCDCD. Windows color (decimal): -2433951 or 6413530. OLE color: 6413530.

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

Color convert

RGB 218 220 97 -
CMYK 0.01 0 0.56 0.14
HSL 60.98º 0.64% 0.62% -
HSV(B) 60.98º 0.56% 0.86% -
XYZ 56.66 66.95 21.25 -
YUV 205.38 66.84 137 -
System Red Green Blue C M Y K H S L
Decimal 218 220 97 0.01 0 0.56 0.14 60.98 0.64 0.62
Hex DA DC 61 1 0 38 E 3D 40 3E
Octal 332 334 141 1 0 70 16 75 100 76
Binary 11011010 11011100 1100001 1 0 111000 1110 111101 1000000 111110

Color Harmonies of #DADC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC61

Black with #DADC61

Text Example


Text Example

White with #DADC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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