Html Css Color HEX #DADF6E Goldenrod

📋 copy color: '#DADF6E'

red 218 ◦ green 223 ◦ blue 110

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

Shades of Goldenrod #DADF6E

Tints of Goldenrod #DADF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.96%

R = 39.56%
G = 40.47%
B = 19.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DADF6E (or 0xDADF6E) is known color: Goldenrod. HEX triplet: DA, DF and 6E. RGB value is (218,223,110). Sum of RGB (Red+Green+Blue) = 218+223+110=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF6E is #252091. Grayscale: #D1D1D1. Windows color (decimal): -2433170 or 7266266. OLE color: 7266266.

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

Color convert

RGB 218 223 110 -
CMYK 0.02 0 0.51 0.13
HSL 62.65º 0.64% 0.65% -
HSV(B) 62.65º 0.51% 0.87% -
XYZ 58.12 68.81 24.97 -
YUV 208.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 218 223 110 0.02 0 0.51 0.13 62.65 0.64 0.65
Hex DA DF 6E 2 0 33 D 3F 40 41
Octal 332 337 156 2 0 63 15 77 100 101
Binary 11011010 11011111 1101110 10 0 110011 1101 111111 1000000 1000001

Color Harmonies of #DADF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF6E

Black with #DADF6E

Text Example


Text Example

White with #DADF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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