Html Css Color HEX #DADA74 Goldenrod

📋 copy color: '#DADA74'

red 218 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #DADA74

Tints of Goldenrod #DADA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.01%

R = 39.49%
G = 39.49%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DADA74 (or 0xDADA74) is known color: Goldenrod. HEX triplet: DA, DA and 74. RGB value is (218,218,116). Sum of RGB (Red+Green+Blue) = 218+218+116=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA74 is #25258B. Grayscale: #CECECE. Windows color (decimal): -2434444 or 7658202. OLE color: 7658202.

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

Color convert

RGB 218 218 116 -
CMYK 0 0 0.47 0.15
HSL 60º 0.58% 0.65% -
HSV(B) 60º 0.47% 0.85% -
XYZ 57.14 66.31 26.31 -
YUV 206.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 218 218 116 0 0 0.47 0.15 60 0.58 0.65
Hex DA DA 74 0 0 2F F 3C 3A 41
Octal 332 332 164 0 0 57 17 74 72 101
Binary 11011010 11011010 1110100 0 0 101111 1111 111100 111010 1000001

Color Harmonies of #DADA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA74

Black with #DADA74

Text Example


Text Example

White with #DADA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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