Html Css Color HEX #DADA81 Goldenrod

📋 copy color: '#DADA81'

red 218 ◦ green 218 ◦ blue 129

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

Shades of Goldenrod #DADA81

Tints of Goldenrod #DADA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.83%

R = 38.58%
G = 38.58%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DADA81 (or 0xDADA81) is known color: Goldenrod. HEX triplet: DA, DA and 81. RGB value is (218,218,129). Sum of RGB (Red+Green+Blue) = 218+218+129=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA81 is #25257E. Grayscale: #D0D0D0. Windows color (decimal): -2434431 or 8510170. OLE color: 8510170.

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

Color convert

RGB 218 218 129 -
CMYK 0 0 0.41 0.15
HSL 60º 0.55% 0.68% -
HSV(B) 60º 0.41% 0.85% -
XYZ 57.95 66.63 30.58 -
YUV 207.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 218 218 129 0 0 0.41 0.15 60 0.55 0.68
Hex DA DA 81 0 0 29 F 3C 37 44
Octal 332 332 201 0 0 51 17 74 67 104
Binary 11011010 11011010 10000001 0 0 101001 1111 111100 110111 1000100

Color Harmonies of #DADA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA81

Black with #DADA81

Text Example


Text Example

White with #DADA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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