Html Css Color HEX #DAD77C Goldenrod

📋 copy color: '#DAD77C'

red 218 ◦ green 215 ◦ blue 124

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

Shades of Goldenrod #DAD77C

Tints of Goldenrod #DAD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.6%

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 39.14%
G = 38.6%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAD77C (or 0xDAD77C) is known color: Goldenrod. HEX triplet: DA, D7 and 7C. RGB value is (218,215,124). Sum of RGB (Red+Green+Blue) = 218+215+124=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD77C is #252883. Grayscale: #CDCDCD. Windows color (decimal): -2435204 or 8181722. OLE color: 8181722.

HSL color Cylindrical-coordinate representation of color #DAD77C: hue angle of 58.09º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAD77C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 124 -
CMYK 0 0.01 0.43 0.15
HSL 58.09º 0.56% 0.67% -
HSV(B) 58.09º 0.43% 0.85% -
XYZ 56.85 64.96 28.61 -
YUV 205.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 218 215 124 0 0.01 0.43 0.15 58.09 0.56 0.67
Hex DA D7 7C 0 1 2B F 3A 38 43
Octal 332 327 174 0 1 53 17 72 70 103
Binary 11011010 11010111 1111100 0 1 101011 1111 111010 111000 1000011

Color Harmonies of #DAD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD77C

Black with #DAD77C

Text Example


Text Example

White with #DAD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD77C; }

 p { color: rgb(218,215,124); }

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

background-color css

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

 a { background-color: rgb(218,215,124); }

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

border-color css

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

 span { border-color: rgb(218,215,124); }

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