Html Css Color HEX #DAE16B Goldenrod

📋 copy color: '#DAE16B'

red 218 ◦ green 225 ◦ blue 107

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

Shades of Goldenrod #DAE16B

Tints of Goldenrod #DAE16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.45%

R = 39.64%
G = 40.91%
B = 19.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#DAE16B (or 0xDAE16B) is known color: Goldenrod. HEX triplet: DA, E1 and 6B. RGB value is (218,225,107). Sum of RGB (Red+Green+Blue) = 218+225+107=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE16B is #251E94. Grayscale: #D1D1D1. Windows color (decimal): -2432661 or 7070170. OLE color: 7070170.

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

Color convert

RGB 218 225 107 -
CMYK 0.03 0 0.52 0.12
HSL 63.56º 0.66% 0.65% -
HSV(B) 63.56º 0.52% 0.88% -
XYZ 58.49 69.82 24.3 -
YUV 209.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 218 225 107 0.03 0 0.52 0.12 63.56 0.66 0.65
Hex DA E1 6B 3 0 34 C 40 42 41
Octal 332 341 153 3 0 64 14 100 102 101
Binary 11011010 11100001 1101011 11 0 110100 1100 1000000 1000010 1000001

Color Harmonies of #DAE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE16B

Black with #DAE16B

Text Example


Text Example

White with #DAE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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