Html Css Color HEX #DAE17B Goldenrod

📋 copy color: '#DAE17B'

red 218 ◦ green 225 ◦ blue 123

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

Shades of Goldenrod #DAE17B

Tints of Goldenrod #DAE17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.73%

R = 38.52%
G = 39.75%
B = 21.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#DAE17B (or 0xDAE17B) is known color: Goldenrod. HEX triplet: DA, E1 and 7B. RGB value is (218,225,123). Sum of RGB (Red+Green+Blue) = 218+225+123=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17B is #251E84. Grayscale: #D3D3D3. Windows color (decimal): -2432645 or 8118746. OLE color: 8118746.

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

Color convert

RGB 218 225 123 -
CMYK 0.03 0 0.45 0.12
HSL 64.12º 0.63% 0.68% -
HSV(B) 64.12º 0.45% 0.88% -
XYZ 59.41 70.19 29.15 -
YUV 211.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 218 225 123 0.03 0 0.45 0.12 64.12 0.63 0.68
Hex DA E1 7B 3 0 2D C 40 3F 44
Octal 332 341 173 3 0 55 14 100 77 104
Binary 11011010 11100001 1111011 11 0 101101 1100 1000000 111111 1000100

Color Harmonies of #DAE17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE17B

Black with #DAE17B

Text Example


Text Example

White with #DAE17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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