Html Css Color HEX #DAD966 Goldenrod

📋 copy color: '#DAD966'

red 218 ◦ green 217 ◦ blue 102

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

Shades of Goldenrod #DAD966

Tints of Goldenrod #DAD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 102 (40.23% from 255) = 18.99%

R = 40.6%
G = 40.41%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAD966 (or 0xDAD966) is known color: Goldenrod. HEX triplet: DA, D9 and 66. RGB value is (218,217,102). Sum of RGB (Red+Green+Blue) = 218+217+102=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD966 is #252699. Grayscale: #CCCCCC. Windows color (decimal): -2434714 or 6740442. OLE color: 6740442.

HSL color Cylindrical-coordinate representation of color #DAD966: hue angle of 59.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAD966 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 102 -
CMYK 0 0.00 0.53 0.15
HSL 59.48º 0.61% 0.63% -
HSV(B) 59.48º 0.53% 0.85% -
XYZ 56.12 65.49 22.25 -
YUV 204.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 218 217 102 0 0.00 0.53 0.15 59.48 0.61 0.63
Hex DA D9 66 0 0 35 F 3B 3D 3F
Octal 332 331 146 0 0 65 17 73 75 77
Binary 11011010 11011001 1100110 0 0 110101 1111 111011 111101 111111

Color Harmonies of #DAD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD966

Black with #DAD966

Text Example


Text Example

White with #DAD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD966; }

 p { color: rgb(218,217,102); }

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

background-color css

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

 a { background-color: rgb(218,217,102); }

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

border-color css

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

 span { border-color: rgb(218,217,102); }

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