Html Css Color HEX #DADC7C Goldenrod

📋 copy color: '#DADC7C'

red 218 ◦ green 220 ◦ blue 124

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

Shades of Goldenrod #DADC7C

Tints of Goldenrod #DADC7C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

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

R = 38.79%
G = 39.15%
B = 22.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DADC7C (or 0xDADC7C) is known color: Goldenrod. HEX triplet: DA, DC and 7C. RGB value is (218,220,124). Sum of RGB (Red+Green+Blue) = 218+220+124=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC7C is #252383. Grayscale: #D0D0D0. Windows color (decimal): -2433924 or 8183002. OLE color: 8183002.

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

Color convert

RGB 218 220 124 -
CMYK 0.01 0 0.44 0.14
HSL 61.25º 0.58% 0.67% -
HSV(B) 61.25º 0.44% 0.86% -
XYZ 58.14 67.55 29.04 -
YUV 208.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 218 220 124 0.01 0 0.44 0.14 61.25 0.58 0.67
Hex DA DC 7C 1 0 2C E 3D 3A 43
Octal 332 334 174 1 0 54 16 75 72 103
Binary 11011010 11011100 1111100 1 0 101100 1110 111101 111010 1000011

Color Harmonies of #DADC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC7C

Black with #DADC7C

Text Example


Text Example

White with #DADC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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