Html Css Color HEX #DADD63 Goldenrod

📋 copy color: '#DADD63'

red 218 ◦ green 221 ◦ blue 99

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

Shades of Goldenrod #DADD63

Tints of Goldenrod #DADD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.4%

R = 40.52%
G = 41.08%
B = 18.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DADD63 (or 0xDADD63) is known color: Goldenrod. HEX triplet: DA, DD and 63. RGB value is (218,221,99). Sum of RGB (Red+Green+Blue) = 218+221+99=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD63 is #25229C. Grayscale: #CECECE. Windows color (decimal): -2433693 or 6544858. OLE color: 6544858.

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

Color convert

RGB 218 221 99 -
CMYK 0.01 0 0.55 0.13
HSL 61.48º 0.64% 0.63% -
HSV(B) 61.48º 0.55% 0.87% -
XYZ 57.02 67.52 21.83 -
YUV 206.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 218 221 99 0.01 0 0.55 0.13 61.48 0.64 0.63
Hex DA DD 63 1 0 37 D 3D 40 3F
Octal 332 335 143 1 0 67 15 75 100 77
Binary 11011010 11011101 1100011 1 0 110111 1101 111101 1000000 111111

Color Harmonies of #DADD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD63

Black with #DADD63

Text Example


Text Example

White with #DADD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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