Html Css Color HEX #DADE62 Goldenrod

📋 copy color: '#DADE62'

red 218 ◦ green 222 ◦ blue 98

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

Shades of Goldenrod #DADE62

Tints of Goldenrod #DADE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.22%

R = 40.52%
G = 41.26%
B = 18.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DADE62 (or 0xDADE62) is known color: Goldenrod. HEX triplet: DA, DE and 62. RGB value is (218,222,98). Sum of RGB (Red+Green+Blue) = 218+222+98=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE62 is #25219D. Grayscale: #CFCFCF. Windows color (decimal): -2433438 or 6479578. OLE color: 6479578.

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

Color convert

RGB 218 222 98 -
CMYK 0.02 0 0.56 0.13
HSL 61.94º 0.65% 0.63% -
HSV(B) 61.94º 0.56% 0.87% -
XYZ 57.24 68.03 21.67 -
YUV 206.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 218 222 98 0.02 0 0.56 0.13 61.94 0.65 0.63
Hex DA DE 62 2 0 38 D 3E 41 3F
Octal 332 336 142 2 0 70 15 76 101 77
Binary 11011010 11011110 1100010 10 0 111000 1101 111110 1000001 111111

Color Harmonies of #DADE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE62

Black with #DADE62

Text Example


Text Example

White with #DADE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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