Html Css Color HEX #DADA66 Goldenrod

📋 copy color: '#DADA66'

red 218 ◦ green 218 ◦ blue 102

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

Shades of Goldenrod #DADA66

Tints of Goldenrod #DADA66

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

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

R = 40.52%
G = 40.52%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DADA66 (or 0xDADA66) is known color: Goldenrod. HEX triplet: DA, DA and 66. RGB value is (218,218,102). Sum of RGB (Red+Green+Blue) = 218+218+102=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA66 is #252599. Grayscale: #CDCDCD. Windows color (decimal): -2434458 or 6740698. OLE color: 6740698.

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

Color convert

RGB 218 218 102 -
CMYK 0 0 0.53 0.15
HSL 60º 0.61% 0.63% -
HSV(B) 60º 0.53% 0.85% -
XYZ 56.38 66.01 22.34 -
YUV 204.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 218 218 102 0 0 0.53 0.15 60 0.61 0.63
Hex DA DA 66 0 0 35 F 3C 3D 3F
Octal 332 332 146 0 0 65 17 74 75 77
Binary 11011010 11011010 1100110 0 0 110101 1111 111100 111101 111111

Color Harmonies of #DADA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA66

Black with #DADA66

Text Example


Text Example

White with #DADA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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