Html Css Color HEX #DADE63 Goldenrod

📋 copy color: '#DADE63'

red 218 ◦ green 222 ◦ blue 99

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

Shades of Goldenrod #DADE63

Tints of Goldenrod #DADE63

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

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

R = 40.45%
G = 41.19%
B = 18.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DADE63 (or 0xDADE63) is known color: Goldenrod. HEX triplet: DA, DE and 63. RGB value is (218,222,99). Sum of RGB (Red+Green+Blue) = 218+222+99=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE63 is #25219C. Grayscale: #CFCFCF. Windows color (decimal): -2433437 or 6545114. OLE color: 6545114.

HSL color Cylindrical-coordinate representation of color #DADE63: hue angle of 61.95º degrees, saturation: 0.65, 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 #DADE63 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 99 -
CMYK 0.02 0 0.55 0.13
HSL 61.95º 0.65% 0.63% -
HSV(B) 61.95º 0.55% 0.87% -
XYZ 57.29 68.05 21.92 -
YUV 206.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 218 222 99 0.02 0 0.55 0.13 61.95 0.65 0.63
Hex DA DE 63 2 0 37 D 3E 41 3F
Octal 332 336 143 2 0 67 15 76 101 77
Binary 11011010 11011110 1100011 10 0 110111 1101 111110 1000001 111111

Color Harmonies of #DADE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE63

Black with #DADE63

Text Example


Text Example

White with #DADE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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