Html Css Color HEX #DAD468 Goldenrod

📋 copy color: '#DAD468'

red 218 ◦ green 212 ◦ blue 104

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

Shades of Goldenrod #DAD468

Tints of Goldenrod #DAD468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.48%

R = 40.82%
G = 39.7%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAD468 (or 0xDAD468) is known color: Goldenrod. HEX triplet: DA, D4 and 68. RGB value is (218,212,104). Sum of RGB (Red+Green+Blue) = 218+212+104=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD468 is #252B97. Grayscale: #C9C9C9. Windows color (decimal): -2435992 or 6870234. OLE color: 6870234.

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

Color convert

RGB 218 212 104 -
CMYK 0 0.03 0.52 0.15
HSL 56.84º 0.61% 0.63% -
HSV(B) 56.84º 0.52% 0.85% -
XYZ 54.96 62.99 22.36 -
YUV 201.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 218 212 104 0 0.03 0.52 0.15 56.84 0.61 0.63
Hex DA D4 68 0 3 34 F 39 3D 3F
Octal 332 324 150 0 3 64 17 71 75 77
Binary 11011010 11010100 1101000 0 11 110100 1111 111001 111101 111111

Color Harmonies of #DAD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD468

Black with #DAD468

Text Example


Text Example

White with #DAD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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