Html Css Color HEX #DAD66A Goldenrod

📋 copy color: '#DAD66A'

red 218 ◦ green 214 ◦ blue 106

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

Shades of Goldenrod #DAD66A

Tints of Goldenrod #DAD66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.78%

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

R = 40.52%
G = 39.78%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAD66A (or 0xDAD66A) is known color: Goldenrod. HEX triplet: DA, D6 and 6A. RGB value is (218,214,106). Sum of RGB (Red+Green+Blue) = 218+214+106=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD66A is #252995. Grayscale: #CBCBCB. Windows color (decimal): -2435478 or 7001818. OLE color: 7001818.

HSL color Cylindrical-coordinate representation of color #DAD66A: hue angle of 57.86º 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 #DAD66A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 106 -
CMYK 0 0.02 0.51 0.15
HSL 57.86º 0.6% 0.64% -
HSV(B) 57.86º 0.51% 0.85% -
XYZ 55.56 64.04 23.07 -
YUV 202.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 218 214 106 0 0.02 0.51 0.15 57.86 0.6 0.64
Hex DA D6 6A 0 2 33 F 3A 3C 40
Octal 332 326 152 0 2 63 17 72 74 100
Binary 11011010 11010110 1101010 0 10 110011 1111 111010 111100 1000000

Color Harmonies of #DAD66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD66A

Black with #DAD66A

Text Example


Text Example

White with #DAD66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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