Html Css Color HEX #DADF62 Goldenrod

📋 copy color: '#DADF62'

red 218 ◦ green 223 ◦ blue 98

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

Shades of Goldenrod #DADF62

Tints of Goldenrod #DADF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.18%

R = 40.45%
G = 41.37%
B = 18.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DADF62 (or 0xDADF62) is known color: Goldenrod. HEX triplet: DA, DF and 62. RGB value is (218,223,98). Sum of RGB (Red+Green+Blue) = 218+223+98=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF62 is #25209D. Grayscale: #CFCFCF. Windows color (decimal): -2433182 or 6479834. OLE color: 6479834.

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

Color convert

RGB 218 223 98 -
CMYK 0.02 0 0.56 0.13
HSL 62.4º 0.66% 0.63% -
HSV(B) 62.4º 0.56% 0.87% -
XYZ 57.51 68.56 21.76 -
YUV 207.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 218 223 98 0.02 0 0.56 0.13 62.4 0.66 0.63
Hex DA DF 62 2 0 38 D 3E 42 3F
Octal 332 337 142 2 0 70 15 76 102 77
Binary 11011010 11011111 1100010 10 0 111000 1101 111110 1000010 111111

Color Harmonies of #DADF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF62

Black with #DADF62

Text Example


Text Example

White with #DADF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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