Html Css Color HEX #DAE162 Goldenrod

📋 copy color: '#DAE162'

red 218 ◦ green 225 ◦ blue 98

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

Shades of Goldenrod #DAE162

Tints of Goldenrod #DAE162

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

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

R = 40.3%
G = 41.59%
B = 18.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#DAE162 (or 0xDAE162) is known color: Goldenrod. HEX triplet: DA, E1 and 62. RGB value is (218,225,98). Sum of RGB (Red+Green+Blue) = 218+225+98=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE162 is #251E9D. Grayscale: #D0D0D0. Windows color (decimal): -2432670 or 6480346. OLE color: 6480346.

HSL color Cylindrical-coordinate representation of color #DAE162: hue angle of 63.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE162 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 98 -
CMYK 0.03 0 0.56 0.12
HSL 63.31º 0.68% 0.63% -
HSV(B) 63.31º 0.56% 0.88% -
XYZ 58.04 69.64 21.94 -
YUV 208.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 218 225 98 0.03 0 0.56 0.12 63.31 0.68 0.63
Hex DA E1 62 3 0 38 C 3F 44 3F
Octal 332 341 142 3 0 70 14 77 104 77
Binary 11011010 11100001 1100010 11 0 111000 1100 111111 1000100 111111

Color Harmonies of #DAE162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE162

Black with #DAE162

Text Example


Text Example

White with #DAE162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE162; }

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

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

background-color css

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

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

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

border-color css

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

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

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