Html Css Color HEX #DADB6E Goldenrod

📋 copy color: '#DADB6E'

red 218 ◦ green 219 ◦ blue 110

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

Shades of Goldenrod #DADB6E

Tints of Goldenrod #DADB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.11%

R = 39.85%
G = 40.04%
B = 20.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DADB6E (or 0xDADB6E) is known color: Goldenrod. HEX triplet: DA, DB and 6E. RGB value is (218,219,110). Sum of RGB (Red+Green+Blue) = 218+219+110=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB6E is #252491. Grayscale: #CECECE. Windows color (decimal): -2434194 or 7265242. OLE color: 7265242.

HSL color Cylindrical-coordinate representation of color #DADB6E: hue angle of 60.55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DADB6E is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 110 -
CMYK 0.00 0 0.50 0.14
HSL 60.55º 0.6% 0.65% -
HSV(B) 60.55º 0.5% 0.86% -
XYZ 57.06 66.69 24.62 -
YUV 206.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 218 219 110 0.00 0 0.50 0.14 60.55 0.6 0.65
Hex DA DB 6E 0 0 32 E 3D 3C 41
Octal 332 333 156 0 0 62 16 75 74 101
Binary 11011010 11011011 1101110 0 0 110010 1110 111101 111100 1000001

Color Harmonies of #DADB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB6E

Black with #DADB6E

Text Example


Text Example

White with #DADB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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