Html Css Color HEX #DADE81 Goldenrod

📋 copy color: '#DADE81'

red 218 ◦ green 222 ◦ blue 129

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

Shades of Goldenrod #DADE81

Tints of Goldenrod #DADE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.67%

R = 38.31%
G = 39.02%
B = 22.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DADE81 (or 0xDADE81) is known color: Goldenrod. HEX triplet: DA, DE and 81. RGB value is (218,222,129). Sum of RGB (Red+Green+Blue) = 218+222+129=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE81 is #25217E. Grayscale: #D2D2D2. Windows color (decimal): -2433407 or 8511194. OLE color: 8511194.

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

Color convert

RGB 218 222 129 -
CMYK 0.02 0 0.42 0.13
HSL 62.58º 0.58% 0.69% -
HSV(B) 62.58º 0.42% 0.87% -
XYZ 59 68.73 30.93 -
YUV 210.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 218 222 129 0.02 0 0.42 0.13 62.58 0.58 0.69
Hex DA DE 81 2 0 2A D 3F 3A 45
Octal 332 336 201 2 0 52 15 77 72 105
Binary 11011010 11011110 10000001 10 0 101010 1101 111111 111010 1000101

Color Harmonies of #DADE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE81

Black with #DADE81

Text Example


Text Example

White with #DADE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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