Html Css Color HEX #DAE165 Goldenrod

📋 copy color: '#DAE165'

red 218 ◦ green 225 ◦ blue 101

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

Shades of Goldenrod #DAE165

Tints of Goldenrod #DAE165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 40.07%
G = 41.36%
B = 18.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#DAE165 (or 0xDAE165) is known color: Goldenrod. HEX triplet: DA, E1 and 65. RGB value is (218,225,101). Sum of RGB (Red+Green+Blue) = 218+225+101=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE165 is #251E9A. Grayscale: #D1D1D1. Windows color (decimal): -2432667 or 6676954. OLE color: 6676954.

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

Color convert

RGB 218 225 101 -
CMYK 0.03 0 0.55 0.12
HSL 63.39º 0.67% 0.64% -
HSV(B) 63.39º 0.55% 0.88% -
XYZ 58.19 69.7 22.7 -
YUV 208.77 67.18 134.58 -
System Red Green Blue C M Y K H S L
Decimal 218 225 101 0.03 0 0.55 0.12 63.39 0.67 0.64
Hex DA E1 65 3 0 37 C 3F 43 40
Octal 332 341 145 3 0 67 14 77 103 100
Binary 11011010 11100001 1100101 11 0 110111 1100 111111 1000011 1000000

Color Harmonies of #DAE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE165

Black with #DAE165

Text Example


Text Example

White with #DAE165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE165; }

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

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

background-color css

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

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

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

border-color css

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

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

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