Html Css Color HEX #DADC64 Goldenrod

📋 copy color: '#DADC64'

red 218 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #DADC64

Tints of Goldenrod #DADC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.59%

R = 40.52%
G = 40.89%
B = 18.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DADC64 (or 0xDADC64) is known color: Goldenrod. HEX triplet: DA, DC and 64. RGB value is (218,220,100). Sum of RGB (Red+Green+Blue) = 218+220+100=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC64 is #25239B. Grayscale: #CECECE. Windows color (decimal): -2433948 or 6610138. OLE color: 6610138.

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

Color convert

RGB 218 220 100 -
CMYK 0.01 0 0.55 0.14
HSL 61º 0.63% 0.63% -
HSV(B) 61º 0.55% 0.86% -
XYZ 56.81 67.01 22 -
YUV 205.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 218 220 100 0.01 0 0.55 0.14 61 0.63 0.63
Hex DA DC 64 1 0 37 E 3D 3F 3F
Octal 332 334 144 1 0 67 16 75 77 77
Binary 11011010 11011100 1100100 1 0 110111 1110 111101 111111 111111

Color Harmonies of #DADC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC64

Black with #DADC64

Text Example


Text Example

White with #DADC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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