Html Css Color HEX #DAD466 Goldenrod

📋 copy color: '#DAD466'

red 218 ◦ green 212 ◦ blue 102

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

Shades of Goldenrod #DAD466

Tints of Goldenrod #DAD466

RGB

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

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

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

R = 40.98%
G = 39.85%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAD466 (or 0xDAD466) is known color: Goldenrod. HEX triplet: DA, D4 and 66. RGB value is (218,212,102). Sum of RGB (Red+Green+Blue) = 218+212+102=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD466 is #252B99. Grayscale: #C9C9C9. Windows color (decimal): -2435994 or 6739162. OLE color: 6739162.

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

Color convert

RGB 218 212 102 -
CMYK 0 0.03 0.53 0.15
HSL 56.9º 0.61% 0.63% -
HSV(B) 56.9º 0.53% 0.85% -
XYZ 54.86 62.95 21.83 -
YUV 201.25 71.99 139.94 -
System Red Green Blue C M Y K H S L
Decimal 218 212 102 0 0.03 0.53 0.15 56.9 0.61 0.63
Hex DA D4 66 0 3 35 F 39 3D 3F
Octal 332 324 146 0 3 65 17 71 75 77
Binary 11011010 11010100 1100110 0 11 110101 1111 111001 111101 111111

Color Harmonies of #DAD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD466

Black with #DAD466

Text Example


Text Example

White with #DAD466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD466; }

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

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

background-color css

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

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

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

border-color css

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

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

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