Html Css Color HEX #DAD565 Goldenrod

📋 copy color: '#DAD565'

red 218 ◦ green 213 ◦ blue 101

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

Shades of Goldenrod #DAD565

Tints of Goldenrod #DAD565

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.04%

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 40.98%
G = 40.04%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAD565 (or 0xDAD565) is known color: Goldenrod. HEX triplet: DA, D5 and 65. RGB value is (218,213,101). Sum of RGB (Red+Green+Blue) = 218+213+101=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD565 is #252A9A. Grayscale: #CACACA. Windows color (decimal): -2435739 or 6673882. OLE color: 6673882.

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

Color convert

RGB 218 213 101 -
CMYK 0 0.02 0.54 0.15
HSL 57.44º 0.61% 0.63% -
HSV(B) 57.44º 0.54% 0.85% -
XYZ 55.06 63.43 21.65 -
YUV 201.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 218 213 101 0 0.02 0.54 0.15 57.44 0.61 0.63
Hex DA D5 65 0 2 36 F 39 3D 3F
Octal 332 325 145 0 2 66 17 71 75 77
Binary 11011010 11010101 1100101 0 10 110110 1111 111001 111101 111111

Color Harmonies of #DAD565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD565

Black with #DAD565

Text Example


Text Example

White with #DAD565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD565; }

 p { color: rgb(218,213,101); }

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

background-color css

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

 a { background-color: rgb(218,213,101); }

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

border-color css

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

 span { border-color: rgb(218,213,101); }

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