Html Css Color HEX #DADE65 Goldenrod

📋 copy color: '#DADE65'

red 218 ◦ green 222 ◦ blue 101

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

Shades of Goldenrod #DADE65

Tints of Goldenrod #DADE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.67%

R = 40.3%
G = 41.04%
B = 18.67%

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

#DADE65 (or 0xDADE65) is known color: Goldenrod. HEX triplet: DA, DE and 65. RGB value is (218,222,101). Sum of RGB (Red+Green+Blue) = 218+222+101=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE65 is #25219A. Grayscale: #CFCFCF. Windows color (decimal): -2433435 or 6676186. OLE color: 6676186.

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

Color convert

RGB 218 222 101 -
CMYK 0.02 0 0.55 0.13
HSL 61.98º 0.65% 0.63% -
HSV(B) 61.98º 0.55% 0.87% -
XYZ 57.38 68.09 22.43 -
YUV 207.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 218 222 101 0.02 0 0.55 0.13 61.98 0.65 0.63
Hex DA DE 65 2 0 37 D 3E 41 3F
Octal 332 336 145 2 0 67 15 76 101 77
Binary 11011010 11011110 1100101 10 0 110111 1101 111110 1000001 111111

Color Harmonies of #DADE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE65

Black with #DADE65

Text Example


Text Example

White with #DADE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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