Html Css Color HEX #DADC7E Goldenrod

📋 copy color: '#DADC7E'

red 218 ◦ green 220 ◦ blue 126

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

Shades of Goldenrod #DADC7E

Tints of Goldenrod #DADC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.34%

R = 38.65%
G = 39.01%
B = 22.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DADC7E (or 0xDADC7E) is known color: Goldenrod. HEX triplet: DA, DC and 7E. RGB value is (218,220,126). Sum of RGB (Red+Green+Blue) = 218+220+126=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC7E is #252381. Grayscale: #D1D1D1. Windows color (decimal): -2433922 or 8314074. OLE color: 8314074.

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

Color convert

RGB 218 220 126 -
CMYK 0.01 0 0.43 0.14
HSL 61.28º 0.57% 0.68% -
HSV(B) 61.28º 0.43% 0.86% -
XYZ 58.27 67.6 29.72 -
YUV 208.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 218 220 126 0.01 0 0.43 0.14 61.28 0.57 0.68
Hex DA DC 7E 1 0 2B E 3D 39 44
Octal 332 334 176 1 0 53 16 75 71 104
Binary 11011010 11011100 1111110 1 0 101011 1110 111101 111001 1000100

Color Harmonies of #DADC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC7E

Black with #DADC7E

Text Example


Text Example

White with #DADC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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