Html Css Color HEX #DADA77 Goldenrod

📋 copy color: '#DADA77'

red 218 ◦ green 218 ◦ blue 119

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

Shades of Goldenrod #DADA77

Tints of Goldenrod #DADA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.44%

R = 39.28%
G = 39.28%
B = 21.44%

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

#DADA77 (or 0xDADA77) is known color: Goldenrod. HEX triplet: DA, DA and 77. RGB value is (218,218,119). Sum of RGB (Red+Green+Blue) = 218+218+119=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA77 is #252588. Grayscale: #CFCFCF. Windows color (decimal): -2434441 or 7854810. OLE color: 7854810.

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

Color convert

RGB 218 218 119 -
CMYK 0 0 0.45 0.15
HSL 60º 0.57% 0.66% -
HSV(B) 60º 0.45% 0.85% -
XYZ 57.31 66.38 27.24 -
YUV 206.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 218 218 119 0 0 0.45 0.15 60 0.57 0.66
Hex DA DA 77 0 0 2D F 3C 39 42
Octal 332 332 167 0 0 55 17 74 71 102
Binary 11011010 11011010 1110111 0 0 101101 1111 111100 111001 1000010

Color Harmonies of #DADA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA77

Black with #DADA77

Text Example


Text Example

White with #DADA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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