Html Css Color HEX #DADB80 Goldenrod

📋 copy color: '#DADB80'

red 218 ◦ green 219 ◦ blue 128

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

Shades of Goldenrod #DADB80

Tints of Goldenrod #DADB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.65%

R = 38.58%
G = 38.76%
B = 22.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DADB80 (or 0xDADB80) is known color: Goldenrod. HEX triplet: DA, DB and 80. RGB value is (218,219,128). Sum of RGB (Red+Green+Blue) = 218+219+128=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB80 is #25247F. Grayscale: #D0D0D0. Windows color (decimal): -2434176 or 8444890. OLE color: 8444890.

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

Color convert

RGB 218 219 128 -
CMYK 0.00 0 0.42 0.14
HSL 60.66º 0.56% 0.68% -
HSV(B) 60.66º 0.42% 0.86% -
XYZ 58.14 67.13 30.31 -
YUV 208.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 218 219 128 0.00 0 0.42 0.14 60.66 0.56 0.68
Hex DA DB 80 0 0 2A E 3D 38 44
Octal 332 333 200 0 0 52 16 75 70 104
Binary 11011010 11011011 10000000 0 0 101010 1110 111101 111000 1000100

Color Harmonies of #DADB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB80

Black with #DADB80

Text Example


Text Example

White with #DADB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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