Html Css Color HEX #DADB79 Goldenrod

📋 copy color: '#DADB79'

red 218 ◦ green 219 ◦ blue 121

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

Shades of Goldenrod #DADB79

Tints of Goldenrod #DADB79

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 121 (47.66% from 255) = 21.68%

R = 39.07%
G = 39.25%
B = 21.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DADB79 (or 0xDADB79) is known color: Goldenrod. HEX triplet: DA, DB and 79. RGB value is (218,219,121). Sum of RGB (Red+Green+Blue) = 218+219+121=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB79 is #252486. Grayscale: #CFCFCF. Windows color (decimal): -2434183 or 7986138. OLE color: 7986138.

HSL color Cylindrical-coordinate representation of color #DADB79: hue angle of 60.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DADB79 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 121 -
CMYK 0.00 0 0.45 0.14
HSL 60.61º 0.58% 0.67% -
HSV(B) 60.61º 0.45% 0.86% -
XYZ 57.7 66.95 27.97 -
YUV 207.53 79.17 135.47 -
System Red Green Blue C M Y K H S L
Decimal 218 219 121 0.00 0 0.45 0.14 60.61 0.58 0.67
Hex DA DB 79 0 0 2D E 3D 3A 43
Octal 332 333 171 0 0 55 16 75 72 103
Binary 11011010 11011011 1111001 0 0 101101 1110 111101 111010 1000011

Color Harmonies of #DADB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB79

Black with #DADB79

Text Example


Text Example

White with #DADB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB79; }

 p { color: rgb(218,219,121); }

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

background-color css

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

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

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

border-color css

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

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

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