Html Css Color HEX #DADD65 Goldenrod

📋 copy color: '#DADD65'

red 218 ◦ green 221 ◦ blue 101

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

Shades of Goldenrod #DADD65

Tints of Goldenrod #DADD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.93%

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

R = 40.37%
G = 40.93%
B = 18.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DADD65 (or 0xDADD65) is known color: Goldenrod. HEX triplet: DA, DD and 65. RGB value is (218,221,101). Sum of RGB (Red+Green+Blue) = 218+221+101=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD65 is #25229A. Grayscale: #CECECE. Windows color (decimal): -2433691 or 6675930. OLE color: 6675930.

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

Color convert

RGB 218 221 101 -
CMYK 0.01 0 0.54 0.13
HSL 61.5º 0.64% 0.63% -
HSV(B) 61.5º 0.54% 0.87% -
XYZ 57.12 67.56 22.34 -
YUV 206.42 68.51 136.26 -
System Red Green Blue C M Y K H S L
Decimal 218 221 101 0.01 0 0.54 0.13 61.5 0.64 0.63
Hex DA DD 65 1 0 36 D 3E 40 3F
Octal 332 335 145 1 0 66 15 76 100 77
Binary 11011010 11011101 1100101 1 0 110110 1101 111110 1000000 111111

Color Harmonies of #DADD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD65

Black with #DADD65

Text Example


Text Example

White with #DADD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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