Html Css Color HEX #DADD61 Goldenrod

📋 copy color: '#DADD61'

red 218 ◦ green 221 ◦ blue 97

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

Shades of Goldenrod #DADD61

Tints of Goldenrod #DADD61

RGB

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

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

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

R = 40.67%
G = 41.23%
B = 18.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DADD61 (or 0xDADD61) is known color: Goldenrod. HEX triplet: DA, DD and 61. RGB value is (218,221,97). Sum of RGB (Red+Green+Blue) = 218+221+97=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD61 is #25229E. Grayscale: #CECECE. Windows color (decimal): -2433695 or 6413786. OLE color: 6413786.

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

Color convert

RGB 218 221 97 -
CMYK 0.01 0 0.56 0.13
HSL 61.45º 0.65% 0.62% -
HSV(B) 61.45º 0.56% 0.87% -
XYZ 56.93 67.48 21.33 -
YUV 205.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 218 221 97 0.01 0 0.56 0.13 61.45 0.65 0.62
Hex DA DD 61 1 0 38 D 3D 41 3E
Octal 332 335 141 1 0 70 15 75 101 76
Binary 11011010 11011101 1100001 1 0 111000 1101 111101 1000001 111110

Color Harmonies of #DADD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD61

Black with #DADD61

Text Example


Text Example

White with #DADD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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