Html Css Color HEX #DADF6F Goldenrod

📋 copy color: '#DADF6F'

red 218 ◦ green 223 ◦ blue 111

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

Shades of Goldenrod #DADF6F

Tints of Goldenrod #DADF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.11%

R = 39.49%
G = 40.4%
B = 20.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DADF6F (or 0xDADF6F) is known color: Goldenrod. HEX triplet: DA, DF and 6F. RGB value is (218,223,111). Sum of RGB (Red+Green+Blue) = 218+223+111=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF6F is #252090. Grayscale: #D1D1D1. Windows color (decimal): -2433169 or 7331802. OLE color: 7331802.

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

Color convert

RGB 218 223 111 -
CMYK 0.02 0 0.50 0.13
HSL 62.68º 0.64% 0.65% -
HSV(B) 62.68º 0.5% 0.87% -
XYZ 58.17 68.83 25.26 -
YUV 208.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 218 223 111 0.02 0 0.50 0.13 62.68 0.64 0.65
Hex DA DF 6F 2 0 32 D 3F 40 41
Octal 332 337 157 2 0 62 15 77 100 101
Binary 11011010 11011111 1101111 10 0 110010 1101 111111 1000000 1000001

Color Harmonies of #DADF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF6F

Black with #DADF6F

Text Example


Text Example

White with #DADF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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