Html Css Color HEX #DAD764 Goldenrod

📋 copy color: '#DAD764'

red 218 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #DAD764

Tints of Goldenrod #DAD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.34%

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 40.9%
G = 40.34%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAD764 (or 0xDAD764) is known color: Goldenrod. HEX triplet: DA, D7 and 64. RGB value is (218,215,100). Sum of RGB (Red+Green+Blue) = 218+215+100=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD764 is #25289B. Grayscale: #CBCBCB. Windows color (decimal): -2435228 or 6608858. OLE color: 6608858.

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

Color convert

RGB 218 215 100 -
CMYK 0 0.01 0.54 0.15
HSL 58.47º 0.61% 0.62% -
HSV(B) 58.47º 0.54% 0.85% -
XYZ 55.51 64.43 21.57 -
YUV 202.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 218 215 100 0 0.01 0.54 0.15 58.47 0.61 0.62
Hex DA D7 64 0 1 36 F 3A 3D 3E
Octal 332 327 144 0 1 66 17 72 75 76
Binary 11011010 11010111 1100100 0 1 110110 1111 111010 111101 111110

Color Harmonies of #DAD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD764

Black with #DAD764

Text Example


Text Example

White with #DAD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD764; }

 p { color: rgb(218,215,100); }

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

background-color css

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

 a { background-color: rgb(218,215,100); }

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

border-color css

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

 span { border-color: rgb(218,215,100); }

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