Html Css Color HEX #DADF65 Goldenrod

📋 copy color: '#DADF65'

red 218 ◦ green 223 ◦ blue 101

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

Shades of Goldenrod #DADF65

Tints of Goldenrod #DADF65

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.14%

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

R = 40.22%
G = 41.14%
B = 18.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DADF65 (or 0xDADF65) is known color: Goldenrod. HEX triplet: DA, DF and 65. RGB value is (218,223,101). Sum of RGB (Red+Green+Blue) = 218+223+101=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF65 is #25209A. Grayscale: #D0D0D0. Windows color (decimal): -2433179 or 6676442. OLE color: 6676442.

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

Color convert

RGB 218 223 101 -
CMYK 0.02 0 0.55 0.13
HSL 62.46º 0.66% 0.64% -
HSV(B) 62.46º 0.55% 0.87% -
XYZ 57.65 68.62 22.52 -
YUV 207.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 218 223 101 0.02 0 0.55 0.13 62.46 0.66 0.64
Hex DA DF 65 2 0 37 D 3E 42 40
Octal 332 337 145 2 0 67 15 76 102 100
Binary 11011010 11011111 1100101 10 0 110111 1101 111110 1000010 1000000

Color Harmonies of #DADF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF65

Black with #DADF65

Text Example


Text Example

White with #DADF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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