Html Css Color HEX #DADE6D Goldenrod

📋 copy color: '#DADE6D'

red 218 ◦ green 222 ◦ blue 109

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

Shades of Goldenrod #DADE6D

Tints of Goldenrod #DADE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.85%

R = 39.71%
G = 40.44%
B = 19.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DADE6D (or 0xDADE6D) is known color: Goldenrod. HEX triplet: DA, DE and 6D. RGB value is (218,222,109). Sum of RGB (Red+Green+Blue) = 218+222+109=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE6D is #252192. Grayscale: #D0D0D0. Windows color (decimal): -2433427 or 7200474. OLE color: 7200474.

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

Color convert

RGB 218 222 109 -
CMYK 0.02 0 0.51 0.13
HSL 62.12º 0.63% 0.65% -
HSV(B) 62.12º 0.51% 0.87% -
XYZ 57.8 68.25 24.6 -
YUV 207.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 218 222 109 0.02 0 0.51 0.13 62.12 0.63 0.65
Hex DA DE 6D 2 0 33 D 3E 3F 41
Octal 332 336 155 2 0 63 15 76 77 101
Binary 11011010 11011110 1101101 10 0 110011 1101 111110 111111 1000001

Color Harmonies of #DADE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE6D

Black with #DADE6D

Text Example


Text Example

White with #DADE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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