Html Css Color HEX #DAD262 Goldenrod

📋 copy color: '#DAD262'

red 218 ◦ green 210 ◦ blue 98

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

Shades of Goldenrod #DAD262

Tints of Goldenrod #DAD262

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 41.44%
G = 39.92%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAD262 (or 0xDAD262) is known color: Goldenrod. HEX triplet: DA, D2 and 62. RGB value is (218,210,98). Sum of RGB (Red+Green+Blue) = 218+210+98=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD262 is #252D9D. Grayscale: #C8C8C8. Windows color (decimal): -2436510 or 6476506. OLE color: 6476506.

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

Color convert

RGB 218 210 98 -
CMYK 0 0.04 0.55 0.15
HSL 56º 0.62% 0.62% -
HSV(B) 56º 0.55% 0.85% -
XYZ 54.16 61.88 20.64 -
YUV 199.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 218 210 98 0 0.04 0.55 0.15 56 0.62 0.62
Hex DA D2 62 0 4 37 F 38 3E 3E
Octal 332 322 142 0 4 67 17 70 76 76
Binary 11011010 11010010 1100010 0 100 110111 1111 111000 111110 111110

Color Harmonies of #DAD262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD262

Black with #DAD262

Text Example


Text Example

White with #DAD262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD262; }

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

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

background-color css

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

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

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

border-color css

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

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

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