Html Css Color HEX #DAD762 Goldenrod

📋 copy color: '#DAD762'

red 218 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #DAD762

Tints of Goldenrod #DAD762

RGB

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

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

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

R = 41.05%
G = 40.49%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAD762 (or 0xDAD762) is known color: Goldenrod. HEX triplet: DA, D7 and 62. RGB value is (218,215,98). Sum of RGB (Red+Green+Blue) = 218+215+98=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD762 is #25289D. Grayscale: #CBCBCB. Windows color (decimal): -2435230 or 6477786. OLE color: 6477786.

HSL color Cylindrical-coordinate representation of color #DAD762: hue angle of 58.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 #DAD762 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 98 -
CMYK 0 0.01 0.55 0.15
HSL 58.5º 0.62% 0.62% -
HSV(B) 58.5º 0.55% 0.85% -
XYZ 55.42 64.39 21.06 -
YUV 202.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 218 215 98 0 0.01 0.55 0.15 58.5 0.62 0.62
Hex DA D7 62 0 1 37 F 3A 3E 3E
Octal 332 327 142 0 1 67 17 72 76 76
Binary 11011010 11010111 1100010 0 1 110111 1111 111010 111110 111110

Color Harmonies of #DAD762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD762

Black with #DAD762

Text Example


Text Example

White with #DAD762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD762; }

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

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

background-color css

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

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

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

border-color css

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

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

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