Html Css Color HEX #DADC74 Goldenrod

📋 copy color: '#DADC74'

red 218 ◦ green 220 ◦ blue 116

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

Shades of Goldenrod #DADC74

Tints of Goldenrod #DADC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.94%

R = 39.35%
G = 39.71%
B = 20.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DADC74 (or 0xDADC74) is known color: Goldenrod. HEX triplet: DA, DC and 74. RGB value is (218,220,116). Sum of RGB (Red+Green+Blue) = 218+220+116=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC74 is #25238B. Grayscale: #CFCFCF. Windows color (decimal): -2433932 or 7658714. OLE color: 7658714.

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

Color convert

RGB 218 220 116 -
CMYK 0.01 0 0.47 0.14
HSL 61.15º 0.6% 0.66% -
HSV(B) 61.15º 0.47% 0.86% -
XYZ 57.66 67.35 26.48 -
YUV 207.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 218 220 116 0.01 0 0.47 0.14 61.15 0.6 0.66
Hex DA DC 74 1 0 2F E 3D 3C 42
Octal 332 334 164 1 0 57 16 75 74 102
Binary 11011010 11011100 1110100 1 0 101111 1110 111101 111100 1000010

Color Harmonies of #DADC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC74

Black with #DADC74

Text Example


Text Example

White with #DADC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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