Html Css Color HEX #DADE64 Goldenrod

📋 copy color: '#DADE64'

red 218 ◦ green 222 ◦ blue 100

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

Shades of Goldenrod #DADE64

Tints of Goldenrod #DADE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 40.37%
G = 41.11%
B = 18.52%

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

#DADE64 (or 0xDADE64) is known color: Goldenrod. HEX triplet: DA, DE and 64. RGB value is (218,222,100). Sum of RGB (Red+Green+Blue) = 218+222+100=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE64 is #25219B. Grayscale: #CFCFCF. Windows color (decimal): -2433436 or 6610650. OLE color: 6610650.

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

Color convert

RGB 218 222 100 -
CMYK 0.02 0 0.55 0.13
HSL 61.97º 0.65% 0.63% -
HSV(B) 61.97º 0.55% 0.87% -
XYZ 57.33 68.07 22.17 -
YUV 206.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 218 222 100 0.02 0 0.55 0.13 61.97 0.65 0.63
Hex DA DE 64 2 0 37 D 3E 41 3F
Octal 332 336 144 2 0 67 15 76 101 77
Binary 11011010 11011110 1100100 10 0 110111 1101 111110 1000001 111111

Color Harmonies of #DADE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE64

Black with #DADE64

Text Example


Text Example

White with #DADE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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