Html Css Color HEX #DADD7C Goldenrod

📋 copy color: '#DADD7C'

red 218 ◦ green 221 ◦ blue 124

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

Shades of Goldenrod #DADD7C

Tints of Goldenrod #DADD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.02%

R = 38.72%
G = 39.25%
B = 22.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DADD7C (or 0xDADD7C) is known color: Goldenrod. HEX triplet: DA, DD and 7C. RGB value is (218,221,124). Sum of RGB (Red+Green+Blue) = 218+221+124=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD7C is #252283. Grayscale: #D1D1D1. Windows color (decimal): -2433668 or 8183258. OLE color: 8183258.

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

Color convert

RGB 218 221 124 -
CMYK 0.01 0 0.44 0.13
HSL 61.86º 0.59% 0.68% -
HSV(B) 61.86º 0.44% 0.87% -
XYZ 58.41 68.07 29.13 -
YUV 209.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 218 221 124 0.01 0 0.44 0.13 61.86 0.59 0.68
Hex DA DD 7C 1 0 2C D 3E 3B 44
Octal 332 335 174 1 0 54 15 76 73 104
Binary 11011010 11011101 1111100 1 0 101100 1101 111110 111011 1000100

Color Harmonies of #DADD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD7C

Black with #DADD7C

Text Example


Text Example

White with #DADD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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