Html Css Color HEX #DAD066 Goldenrod

📋 copy color: '#DAD066'

red 218 ◦ green 208 ◦ blue 102

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

Shades of Goldenrod #DAD066

Tints of Goldenrod #DAD066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

 BLUE value IS 102 (40.23% from 255) = 19.32%

R = 41.29%
G = 39.39%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAD066 (or 0xDAD066) is known color: Goldenrod. HEX triplet: DA, D0 and 66. RGB value is (218,208,102). Sum of RGB (Red+Green+Blue) = 218+208+102=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD066 is #252F99. Grayscale: #C7C7C7. Windows color (decimal): -2437018 or 6738138. OLE color: 6738138.

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

Color convert

RGB 218 208 102 -
CMYK 0 0.05 0.53 0.15
HSL 54.83º 0.61% 0.63% -
HSV(B) 54.83º 0.53% 0.85% -
XYZ 53.87 60.98 21.5 -
YUV 198.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 218 208 102 0 0.05 0.53 0.15 54.83 0.61 0.63
Hex DA D0 66 0 5 35 F 37 3D 3F
Octal 332 320 146 0 5 65 17 67 75 77
Binary 11011010 11010000 1100110 0 101 110101 1111 110111 111101 111111

Color Harmonies of #DAD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD066

Black with #DAD066

Text Example


Text Example

White with #DAD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD066; }

 p { color: rgb(218,208,102); }

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

background-color css

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

 a { background-color: rgb(218,208,102); }

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

border-color css

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

 span { border-color: rgb(218,208,102); }

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