Html Css Color HEX #DADD6D Goldenrod

📋 copy color: '#DADD6D'

red 218 ◦ green 221 ◦ blue 109

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

Shades of Goldenrod #DADD6D

Tints of Goldenrod #DADD6D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

 BLUE value IS 109 (42.97% from 255) = 19.89%

R = 39.78%
G = 40.33%
B = 19.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DADD6D (or 0xDADD6D) is known color: Goldenrod. HEX triplet: DA, DD and 6D. RGB value is (218,221,109). Sum of RGB (Red+Green+Blue) = 218+221+109=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD6D is #252292. Grayscale: #CFCFCF. Windows color (decimal): -2433683 or 7200218. OLE color: 7200218.

HSL color Cylindrical-coordinate representation of color #DADD6D: hue angle of 61.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DADD6D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 109 -
CMYK 0.01 0 0.51 0.13
HSL 61.61º 0.62% 0.65% -
HSV(B) 61.61º 0.51% 0.87% -
XYZ 57.53 67.72 24.51 -
YUV 207.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 218 221 109 0.01 0 0.51 0.13 61.61 0.62 0.65
Hex DA DD 6D 1 0 33 D 3E 3E 41
Octal 332 335 155 1 0 63 15 76 76 101
Binary 11011010 11011101 1101101 1 0 110011 1101 111110 111110 1000001

Color Harmonies of #DADD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD6D

Black with #DADD6D

Text Example


Text Example

White with #DADD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD6D; }

 p { color: rgb(218,221,109); }

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

background-color css

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

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

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

border-color css

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

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

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