Html Css Color HEX #DADA78 Goldenrod

📋 copy color: '#DADA78'

red 218 ◦ green 218 ◦ blue 120

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

Shades of Goldenrod #DADA78

Tints of Goldenrod #DADA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.58%

R = 39.21%
G = 39.21%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DADA78 (or 0xDADA78) is known color: Goldenrod. HEX triplet: DA, DA and 78. RGB value is (218,218,120). Sum of RGB (Red+Green+Blue) = 218+218+120=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA78 is #252587. Grayscale: #CFCFCF. Windows color (decimal): -2434440 or 7920346. OLE color: 7920346.

HSL color Cylindrical-coordinate representation of color #DADA78: hue angle of 60º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DADA78 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 120 -
CMYK 0 0 0.45 0.15
HSL 60º 0.57% 0.66% -
HSV(B) 60º 0.45% 0.85% -
XYZ 57.38 66.4 27.56 -
YUV 206.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 218 218 120 0 0 0.45 0.15 60 0.57 0.66
Hex DA DA 78 0 0 2D F 3C 39 42
Octal 332 332 170 0 0 55 17 74 71 102
Binary 11011010 11011010 1111000 0 0 101101 1111 111100 111001 1000010

Color Harmonies of #DADA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA78

Black with #DADA78

Text Example


Text Example

White with #DADA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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