Html Css Color HEX #DAD46A Goldenrod

📋 copy color: '#DAD46A'

red 218 ◦ green 212 ◦ blue 106

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

Shades of Goldenrod #DAD46A

Tints of Goldenrod #DAD46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.78%

R = 40.67%
G = 39.55%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAD46A (or 0xDAD46A) is known color: Goldenrod. HEX triplet: DA, D4 and 6A. RGB value is (218,212,106). Sum of RGB (Red+Green+Blue) = 218+212+106=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD46A is #252B95. Grayscale: #CACACA. Windows color (decimal): -2435990 or 7001306. OLE color: 7001306.

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

Color convert

RGB 218 212 106 -
CMYK 0 0.03 0.51 0.15
HSL 56.79º 0.6% 0.64% -
HSV(B) 56.79º 0.51% 0.85% -
XYZ 55.06 63.03 22.9 -
YUV 201.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 218 212 106 0 0.03 0.51 0.15 56.79 0.6 0.64
Hex DA D4 6A 0 3 33 F 39 3C 40
Octal 332 324 152 0 3 63 17 71 74 100
Binary 11011010 11010100 1101010 0 11 110011 1111 111001 111100 1000000

Color Harmonies of #DAD46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD46A

Black with #DAD46A

Text Example


Text Example

White with #DAD46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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