Html Css Color HEX #DAD562 Goldenrod

📋 copy color: '#DAD562'

red 218 ◦ green 213 ◦ blue 98

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

Shades of Goldenrod #DAD562

Tints of Goldenrod #DAD562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 41.21%
G = 40.26%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAD562 (or 0xDAD562) is known color: Goldenrod. HEX triplet: DA, D5 and 62. RGB value is (218,213,98). Sum of RGB (Red+Green+Blue) = 218+213+98=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD562 is #252A9D. Grayscale: #C9C9C9. Windows color (decimal): -2435742 or 6477274. OLE color: 6477274.

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

Color convert

RGB 218 213 98 -
CMYK 0 0.02 0.55 0.15
HSL 57.5º 0.62% 0.62% -
HSV(B) 57.5º 0.55% 0.85% -
XYZ 54.91 63.38 20.89 -
YUV 201.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 218 213 98 0 0.02 0.55 0.15 57.5 0.62 0.62
Hex DA D5 62 0 2 37 F 3A 3E 3E
Octal 332 325 142 0 2 67 17 72 76 76
Binary 11011010 11010101 1100010 0 10 110111 1111 111010 111110 111110

Color Harmonies of #DAD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD562

Black with #DAD562

Text Example


Text Example

White with #DAD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD562; }

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

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

background-color css

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

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

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

border-color css

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

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

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