Html Css Color HEX #DAE164 Goldenrod

📋 copy color: '#DAE164'

red 218 ◦ green 225 ◦ blue 100

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

Shades of Goldenrod #DAE164

Tints of Goldenrod #DAE164

RGB

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

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

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

R = 40.15%
G = 41.44%
B = 18.42%

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

#DAE164 (or 0xDAE164) is known color: Goldenrod. HEX triplet: DA, E1 and 64. RGB value is (218,225,100). Sum of RGB (Red+Green+Blue) = 218+225+100=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE164 is #251E9B. Grayscale: #D1D1D1. Windows color (decimal): -2432668 or 6611418. OLE color: 6611418.

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

Color convert

RGB 218 225 100 -
CMYK 0.03 0 0.56 0.12
HSL 63.36º 0.68% 0.64% -
HSV(B) 63.36º 0.56% 0.88% -
XYZ 58.14 69.68 22.44 -
YUV 208.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 218 225 100 0.03 0 0.56 0.12 63.36 0.68 0.64
Hex DA E1 64 3 0 38 C 3F 44 40
Octal 332 341 144 3 0 70 14 77 104 100
Binary 11011010 11100001 1100100 11 0 111000 1100 111111 1000100 1000000

Color Harmonies of #DAE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE164

Black with #DAE164

Text Example


Text Example

White with #DAE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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