Html Css Color HEX #DAD463 Goldenrod

📋 copy color: '#DAD463'

red 218 ◦ green 212 ◦ blue 99

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

Shades of Goldenrod #DAD463

Tints of Goldenrod #DAD463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 99 (39.06% from 255) = 18.71%

R = 41.21%
G = 40.08%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAD463 (or 0xDAD463) is known color: Goldenrod. HEX triplet: DA, D4 and 63. RGB value is (218,212,99). Sum of RGB (Red+Green+Blue) = 218+212+99=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD463 is #252B9C. Grayscale: #C9C9C9. Windows color (decimal): -2435997 or 6542554. OLE color: 6542554.

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

Color convert

RGB 218 212 99 -
CMYK 0 0.03 0.55 0.15
HSL 56.97º 0.62% 0.62% -
HSV(B) 56.97º 0.55% 0.85% -
XYZ 54.71 62.89 21.06 -
YUV 200.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 218 212 99 0 0.03 0.55 0.15 56.97 0.62 0.62
Hex DA D4 63 0 3 37 F 39 3E 3E
Octal 332 324 143 0 3 67 17 71 76 76
Binary 11011010 11010100 1100011 0 11 110111 1111 111001 111110 111110

Color Harmonies of #DAD463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD463

Black with #DAD463

Text Example


Text Example

White with #DAD463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD463; }

 p { color: rgb(218,212,99); }

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

background-color css

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

 a { background-color: rgb(218,212,99); }

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

border-color css

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

 span { border-color: rgb(218,212,99); }

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