Html Css Color HEX #DAD46D Goldenrod

📋 copy color: '#DAD46D'

red 218 ◦ green 212 ◦ blue 109

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

Shades of Goldenrod #DAD46D

Tints of Goldenrod #DAD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 40.45%
G = 39.33%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAD46D (or 0xDAD46D) is known color: Goldenrod. HEX triplet: DA, D4 and 6D. RGB value is (218,212,109). Sum of RGB (Red+Green+Blue) = 218+212+109=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD46D is #252B92. Grayscale: #CACACA. Windows color (decimal): -2435987 or 7197914. OLE color: 7197914.

HSL color Cylindrical-coordinate representation of color #DAD46D: hue angle of 56.7º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD46D is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 109 -
CMYK 0 0.03 0.5 0.15
HSL 56.7º 0.6% 0.64% -
HSV(B) 56.7º 0.5% 0.85% -
XYZ 55.22 63.1 23.74 -
YUV 202.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 218 212 109 0 0.03 0.5 0.15 56.7 0.6 0.64
Hex DA D4 6D 0 3 32 F 39 3C 40
Octal 332 324 155 0 3 62 17 71 74 100
Binary 11011010 11010100 1101101 0 11 110010 1111 111001 111100 1000000

Color Harmonies of #DAD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD46D

Black with #DAD46D

Text Example


Text Example

White with #DAD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD46D; }

 p { color: rgb(218,212,109); }

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

background-color css

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

 a { background-color: rgb(218,212,109); }

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

border-color css

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

 span { border-color: rgb(218,212,109); }

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