Html Css Color HEX #DADC65 Goldenrod

📋 copy color: '#DADC65'

red 218 ◦ green 220 ◦ blue 101

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

Shades of Goldenrod #DADC65

Tints of Goldenrod #DADC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.74%

R = 40.45%
G = 40.82%
B = 18.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DADC65 (or 0xDADC65) is known color: Goldenrod. HEX triplet: DA, DC and 65. RGB value is (218,220,101). Sum of RGB (Red+Green+Blue) = 218+220+101=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC65 is #25239A. Grayscale: #CECECE. Windows color (decimal): -2433947 or 6675674. OLE color: 6675674.

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

Color convert

RGB 218 220 101 -
CMYK 0.01 0 0.54 0.14
HSL 61.01º 0.63% 0.63% -
HSV(B) 61.01º 0.54% 0.86% -
XYZ 56.86 67.03 22.25 -
YUV 205.84 68.84 136.68 -
System Red Green Blue C M Y K H S L
Decimal 218 220 101 0.01 0 0.54 0.14 61.01 0.63 0.63
Hex DA DC 65 1 0 36 E 3D 3F 3F
Octal 332 334 145 1 0 66 16 75 77 77
Binary 11011010 11011100 1100101 1 0 110110 1110 111101 111111 111111

Color Harmonies of #DADC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC65

Black with #DADC65

Text Example


Text Example

White with #DADC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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